select.d.ts 171 B

1234
  1. import type { Plugin } from "ajv";
  2. import type { DefinitionOptions } from "../definitions/_types";
  3. declare const select: Plugin<DefinitionOptions>;
  4. export default select;