summaryrefslogtreecommitdiffstats
path: root/node_modules/ajv-keywords/ajv-keywords.d.ts
blob: 2d562ee436618361c9c0f4effd91ec00f745be6b (plain) (blame)
1
2
3
4
5
6
7
declare module 'ajv-keywords' {
  import { Ajv } from 'ajv';

  function keywords(ajv: Ajv, include?: string | string[]): Ajv;

  export = keywords;
}