3 lines
119 B
TypeScript
Executable file
3 lines
119 B
TypeScript
Executable file
import type { Plugin } from "ajv";
|
|
declare const instanceofPlugin: Plugin<undefined>;
|
|
export default instanceofPlugin;
|