UNPKG

@aigamo/hydrangean-diva

Version:

An open-source online media player that can be deployed to and hosted on GitHub pages.

3 lines (2 loc) 163 B
import { JSONSchemaType, ValidateFunction } from 'ajv'; export declare function getOrAddSchema<T>(schema: JSONSchemaType<T>, keyRef: string): ValidateFunction<T>;