4 lines
131 B
TypeScript
Executable File
4 lines
131 B
TypeScript
Executable File
import type { Plugin } from "ajv";
|
|
declare const ajvKeywords: Record<string, Plugin<any> | undefined>;
|
|
export default ajvKeywords;
|