NEWCKEditor AI is here! Learn how to supercharge your editor with AI on our webinar.
Sign up (with export icon)

utils/decodelicensekey

Api-module iconmodule

Functions

  • Chevron-right icon

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

    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

    Record<string, any> | null