transform.d.ts 105 B

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