9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement
ts
function hasKey(key: string): boolean;

Defined in: application-settings/index.d.ts:5

Checks whether such a key exists.

Parameters

ParameterTypeDescription
keystringThe key to check for.

Returns

boolean

Previous
getString
Next
remove