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