source:
trip-planner-front/node_modules/ajv-keywords/ajv-keywords.d.ts@
6fe77af
Last change on this file since 6fe77af was e29cc2e, checked in by , 3 years ago | |
---|---|
|
|
File size: 151 bytes |
Line | |
---|---|
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.