source: trip-planner-front/node_modules/ajv-keywords/ajv-keywords.d.ts@ e29cc2e

Last change on this file since e29cc2e was e29cc2e, checked in by Ema <ema_spirova@…>, 3 years ago

primeNG components

  • Property mode set to 100644
File size: 151 bytes
Line 
1declare 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.