utils/decodelicensekey
module
Functions
decodeLicenseKey( [ licenseKey ] ) → null | Record<string, any>module: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
null | Record<string, any>