getString Method
Get the value for a key as a string. If it is not present, or not of type string, return undefined
getString(key: string): undefined | string
Parameter | Type | Description |
---|---|---|
key | string |
Returns - undefined | string
Defined in
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.