source:
frontend/node_modules/ajv-keywords/ajv-keywords.d.ts
| Last change on this file was 9af201e, checked in by , 13 days 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.
