Sha256: 110c5b50a209273cf7a213fcfa157abadf65d7312ec2bf3f5fbcab5316fa1461
Contents?: true
Size: 291 Bytes
Versions: 124
Compression:
Stored size: 291 Bytes
Contents
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
Version data entries
124 entries across 52 versions & 2 rubygems