object-get-o-a
v2.1.2
Published
object-get-o-a
Downloads
6
Readme
object-get-o-a
Installation
$ npm install object-get-o-a
How to use
require('object-get-o-a');
const country={};
const cities=country.geto('province').geta('cities');
console.log(cities);