Skip to content

ResourceStore.addNamespaces method

ResourceStore › addNamespaces

Unofficial

Adds namespaces to the store's options.

Signature:

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

Parameters:

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

Returns: void