ObjectValue.getInsensitive method
ObjectValue › getInsensitive
Unofficial
Gets the Value for a key, matched case-insensitively.Signature:
getInsensitive(key: string): ValueParameters:
| Parameter | Type | Description |
|---|---|---|
| key | string | The key to look up (case-insensitive). |
Returns: Value — The wrapped value, or NullValue when not found.