@svta/common-media-library
Version:
A common library for media playback in JavaScript
12 lines • 298 B
TypeScript
import type { CmValue } from '../CmValue.js';
/**
* Checks if the given value is valid
*
* @param value - The value to check.
*
* @returns `true` if the key is a value is valid.
*
* @internal
*/
export declare function isValid(value: CmValue): boolean;
//# sourceMappingURL=isValid.d.ts.map