source:
trip-planner-front/node_modules/ajv-keywords/ajv-keywords.d.ts@
b738035
Last change on this file since b738035 was e29cc2e, checked in by , 3 years ago | |
---|---|
|
|
File size: 151 bytes |
Rev | Line | |
---|---|---|
[6a3a178] | 1 | declare module 'ajv-keywords' { |
2 | import { Ajv } from 'ajv'; | |
3 | ||
4 | function keywords(ajv: Ajv, include?: string | string[]): Ajv; | |
5 | ||
6 | export = keywords; | |
7 | } |
Note:
See TracBrowser
for help on using the repository browser.