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