Files
talk-pro/node_modules/web-namespaces/index.d.ts

7 lines
122 B
TypeScript
Raw Normal View History

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