source: imaps-frontend/node_modules/ajv/dist/compile/names.d.ts@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 398 bytes
Line 
1import { Name } from "./codegen";
2declare const names: {
3 data: Name;
4 valCxt: Name;
5 instancePath: Name;
6 parentData: Name;
7 parentDataProperty: Name;
8 rootData: Name;
9 dynamicAnchors: Name;
10 vErrors: Name;
11 errors: Name;
12 this: Name;
13 self: Name;
14 scope: Name;
15 json: Name;
16 jsonPos: Name;
17 jsonLen: Name;
18 jsonPart: Name;
19};
20export default names;
Note: See TracBrowser for help on using the repository browser.