ResourceStore.hasResourceBundle method
ResourceStore › hasResourceBundle
Unofficial
Checks whether a resource bundle exists.Signature:
hasResourceBundle(lng: string, ns: string): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| lng | string | Language code. |
| ns | string | Namespace. |
Returns: boolean — Whether the bundle exists.