printer-notifications/node_modules/eslint-visitor-keys/dist/visitor-keys.d.ts
2023-11-13 16:10:04 -05:00

12 lines
291 B
TypeScript

export default KEYS;
export type VisitorKeys = {
readonly [type: string]: readonly string[];
};
/**
* @typedef {{ readonly [type: string]: ReadonlyArray<string> }} VisitorKeys
*/
/**
* @type {VisitorKeys}
*/
declare const KEYS: VisitorKeys;
//# sourceMappingURL=visitor-keys.d.ts.map