node-ejs-renderer/node_modules/ajv-keywords/dist/keywords/instanceof.d.ts

4 lines
119 B
TypeScript
Raw Permalink Normal View History

2024-06-09 13:55:01 -04:00
import type { Plugin } from "ajv";
declare const instanceofPlugin: Plugin<undefined>;
export default instanceofPlugin;