2.0.2 • Published 6 years ago
x-by-y v2.0.2
x-by-y
Where x is a JavaScript Object and y is a member of x
Installation
Using npm:
npm install --save x-by-yUsing yarn:
yarn add x-by-yThis library uses ES6 Maps; if you wish to support environments that do not natively support them, you will need to include a polyfill (for example, core-js).
Motivation
TODO