Skip to content

ResourceStore.removeNamespaces method

ResourceStore › removeNamespaces

Unofficial

Removes namespaces from the store's options.

Signature:

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

Parameters:

Parameter Type Description
ns string | string[] Namespace or namespaces to remove.

Returns: void