select.d.ts 171 Bytes Raw Blame History Permalink 1 2 3 4 import type { Plugin } from "ajv"; import type { DefinitionOptions } from "../definitions/_types"; declare const select: Plugin<DefinitionOptions>; export default select;