site/node_modules/web-namespaces/index.d.ts

7 lines
122 B
TypeScript
Raw Normal View History

2024-10-14 06:09:33 +00:00
/**
* Map of web namespaces.
*
* @type {Record<string, string>}
*/
export const webNamespaces: Record<string, string>