index.d.ts 122 B

123456
  1. /**
  2. * Map of web namespaces.
  3. *
  4. * @type {Record<string, string>}
  5. */
  6. export const webNamespaces: Record<string, string>