instanceof.d.ts 119 B

123
  1. import type { Plugin } from "ajv";
  2. declare const instanceofPlugin: Plugin<undefined>;
  3. export default instanceofPlugin;