@svta/common-media-library
Version:
A common library for media playback in JavaScript
10 lines • 382 B
TypeScript
/**
* Custom key for use in Common Media data. Custom keys MUST carry a hyphenated prefix
* to ensure that there will not be a namespace collision with future
* revisions to this specification. Clients SHOULD use a reverse-DNS
* syntax when defining their own prefix.
*
* @internal
*/
export type CmCustomKey = `${string}-${string}`;
//# sourceMappingURL=CmCustomKey.d.ts.map