ResourceStore.removeNamespaces method
ResourceStore › removeNamespaces
Unofficial
Removes namespaces from the store's options.Signature:
removeNamespaces(ns: string | string[]): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| ns | string | string[] | Namespace or namespaces to remove. |
Returns: void