mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 23:09:30 +08:00
10 lines
No EOL
254 B
Text
10 lines
No EOL
254 B
Text
export default KEYS;
|
|
export type VisitorKeys = import('./index.js').VisitorKeys;
|
|
/**
|
|
* @typedef {import('./index.js').VisitorKeys} VisitorKeys
|
|
*/
|
|
/**
|
|
* @type {VisitorKeys}
|
|
*/
|
|
declare const KEYS: VisitorKeys;
|
|
//# sourceMappingURL=visitor-keys.d.ts.map |