media-player/node_modules/ajv-keywords/dist/keywords/instanceof.d.ts
2025-07-08 16:52:31 +02:00

4 lines
119 B
TypeScript

import type { Plugin } from "ajv";
declare const instanceofPlugin: Plugin<undefined>;
export default instanceofPlugin;