site/node_modules/web-namespaces/index.d.ts
2024-10-14 08:09:33 +02:00

7 lines
122 B
TypeScript

/**
* Map of web namespaces.
*
* @type {Record<string, string>}
*/
export const webNamespaces: Record<string, string>