get-insensitive
v0.0.0-development
Published
Like `_.get`, but case insensitive.
Downloads
3
Readme
getInsensitive
does exactly the same as lodash get
, except case insensitivly.
getInsensitive
will run in O(n)
worst-case or O(1)
best-case. If you don't need case insensitivity use _.get
for O(1)
runtime.