utils/decodelicensekey
module
Functions
decodeLicenseKey( [ licenseKey ] ) → Record<string, any> | nullmodule:utils/decodelicensekey~decodeLicenseKeyParses the provided license key and returns the decoded object, or null if the decoding was unsuccessful.
Parameters
[ licenseKey ] : stringThe license key to decode.
Returns
Record<string, any> | null