@svta/common-media-library
    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.

      equal(isCmcdV1Key('br'), true);
      equal(isCmcdV1Key('e'), false);