transform.d.ts 105 Bytes Raw Blame History Permalink 1 2 3 import type { Plugin } from "ajv"; declare const transform: Plugin<undefined>; export default transform;