|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 2 weeks ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
291 bytes
|
| Line | |
|---|
| 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.