UNPKG

291 BTypeScriptView Raw
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
\No newline at end of file