supercat666's picture
fixed igv
1df763a
raw
history blame
No virus
171 Bytes
import type { Plugin } from "ajv";
import type { DefinitionOptions } from "../definitions/_types";
declare const select: Plugin<DefinitionOptions>;
export default select;