Skip to main content

LocaleDataset

LocaleDataset

Represents data for a single localization

Kind: global class

localeDataset.hasKey(key) ⇒ boolean

Does a given key exist?

Kind: instance method of LocaleDataset

ParamType
keystring

localeDataset.get(key) ⇒ string | Object | undefined

Kind: instance method of LocaleDataset

ParamType
keystring