UNPKG

oolong

Version:

Utilities for objects. Simple, tasteful and plentiful. Supports inherited properties.

8 lines (6 loc) 158 B
var O = require("../..") describe("Oolong.isInOwn", function() { it("must be an alias to .hasOwn", function() { O.isInOwn.must.equal(O.hasOwn) }) })