UNPKG

imma

Version:

A collection of functions for dealing with native arrays and objects immutably

4 lines (3 loc) 92 B
'use strict' const get = module.exports = (iterable, key) => iterable && iterable[key]