lotus / node_modules /ajv-keywords /ajv-keywords.d.ts
k-l-lambda's picture
updated node_modules
4cadbaf
raw
history blame contribute delete
151 Bytes
declare module 'ajv-keywords' {
import { Ajv } from 'ajv';
function keywords(ajv: Ajv, include?: string | string[]): Ajv;
export = keywords;
}