source: imaps-frontend/node_modules/eslint-visitor-keys/dist/visitor-keys.d.ts

main
Last change on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 291 bytes
Line 
1export default KEYS;
2export type VisitorKeys = {
3 readonly [type: string]: readonly string[];
4};
5/**
6 * @typedef {{ readonly [type: string]: ReadonlyArray<string> }} VisitorKeys
7 */
8/**
9 * @type {VisitorKeys}
10 */
11declare const KEYS: VisitorKeys;
12//# sourceMappingURL=visitor-keys.d.ts.map
Note: See TracBrowser for help on using the repository browser.