Home > @infiniteobjects/core-library-node > Environment > get
Gets the environment key casted to a primitive or the default value
Signature:
static get(key: string): string | boolean | number | null | undefined;
| Parameter | Type | Description |
|---|---|---|
| key | string |
Returns:
string | boolean | number | null | undefined