Documentation
    Preparing search index...

    Function isCmcdV1Key

    • Beta

      Filter function for CMCD v1 keys.

      Parameters

      • key: string

        The CMCD key to filter.

      Returns key is keyof Cmcd

      true if the key should be included, false otherwise.

      {@includeCode ../test/isCmcdV1Key.test.ts#example}