Skip to content

ResourceStore.removeNamespaces method

ResourceStore › removeNamespaces

Unofficial

Removes namespaces from the store's options.

Signature:

removeNamespaces(ns: string | string[]): void

Parameters:

ParameterTypeDescription
nsstring | string[]Namespace or namespaces to remove.

Returns: void