0.0.7 • Published 6 years ago

oreal v0.0.7

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

oreal

is that object has real property

How to install

npm install --save oreal

How to use

let oreal = require('oreal');

let obj = {a: {b: [1]}};

oreal(obj, 'a.b.0'); // true

oreal(obj, 'a.b.c'); // false

oreal(obj, 'a.b.c.d.e.f.g.h.i.k.l.m.n.o.p.q.r.s.t.u.v.w.x.y.z'); // false
    
0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago