Files
Remote-Control-Center/mc_test/node_modules/ajv-keywords/ajv-keywords.d.ts
2025-11-25 09:56:15 +03:00

8 lines
151 B
TypeScript
Executable File

declare module 'ajv-keywords' {
import { Ajv } from 'ajv';
function keywords(ajv: Ajv, include?: string | string[]): Ajv;
export = keywords;
}