Skip to content

ObjectValue.getInsensitive method

ObjectValue › getInsensitive

Unofficial

Gets the Value for a key, matched case-insensitively.

Signature:

getInsensitive(key: string): Value

Parameters:

Parameter Type Description
key string The key to look up (case-insensitive).

Returns: ValueThe wrapped value, or NullValue when not found.