Sign up (with export icon)

utils/decodelicensekey

Api-module icon module

Functions

  • Chevron-right icon

    decodeLicenseKey( [ licenseKey ] ) → null | Record<string, any>

    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>