NET-Web-API-w-Angular/my-app/node_modules/ajv-keywords/dist/keywords/index.d.ts

3 lines
131 B
TypeScript
Executable file

import type { Plugin } from "ajv";
declare const ajvKeywords: Record<string, Plugin<any> | undefined>;
export default ajvKeywords;