Files

7 lines
122 B
TypeScript
Raw Permalink Normal View History

2026-03-22 20:00:13 +00:00
/**
* Map of web namespaces.
*
* @type {Record<string, string>}
*/
export const webNamespaces: Record<string, string>