版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

visitor-keys.d.ts 254 B

12345678910
  1. export default KEYS;
  2. export type VisitorKeys = import('./index.js').VisitorKeys;
  3. /**
  4. * @typedef {import('./index.js').VisitorKeys} VisitorKeys
  5. */
  6. /**
  7. * @type {VisitorKeys}
  8. */
  9. declare const KEYS: VisitorKeys;
  10. //# sourceMappingURL=visitor-keys.d.ts.map