mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-19 17:48:36 +00:00
7 lines
151 B
TypeScript
7 lines
151 B
TypeScript
declare module 'ajv-keywords' {
|
|
import { Ajv } from 'ajv';
|
|
|
|
function keywords(ajv: Ajv, include?: string | string[]): Ajv;
|
|
|
|
export = keywords;
|
|
}
|