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
|
Rev | Line | |
---|
[d565449] | 1 | export default KEYS;
|
---|
| 2 | export type VisitorKeys = {
|
---|
| 3 | readonly [type: string]: readonly string[];
|
---|
| 4 | };
|
---|
| 5 | /**
|
---|
| 6 | * @typedef {{ readonly [type: string]: ReadonlyArray<string> }} VisitorKeys
|
---|
| 7 | */
|
---|
| 8 | /**
|
---|
| 9 | * @type {VisitorKeys}
|
---|
| 10 | */
|
---|
| 11 | declare const KEYS: VisitorKeys;
|
---|
| 12 | //# sourceMappingURL=visitor-keys.d.ts.map |
---|
Note:
See
TracBrowser
for help on using the repository browser.