UNPKG

underscore-es

Version:

javaScript's functional programming helper library for ES6 and beyond.

5 lines (4 loc) 181 B
// `_property` : an utility's function // ------------------------------------ // function used for get key's value from an object. export {property as default} from './_internal';