moonsflyer 976fd6d369 initial commit of the project 6 months ago
..
test 976fd6d369 initial commit of the project 6 months ago
.npmignore 976fd6d369 initial commit of the project 6 months ago
History.md 976fd6d369 initial commit of the project 6 months ago
Makefile 976fd6d369 initial commit of the project 6 months ago
Readme.md 976fd6d369 initial commit of the project 6 months ago
component.json 976fd6d369 initial commit of the project 6 months ago
index.js 976fd6d369 initial commit of the project 6 months ago
package.json 976fd6d369 initial commit of the project 6 months ago

Readme.md

object

Object utils.

API

.keys(obj)

Return the keys for obj.

.values(obj)

Return the values for obj.

.length(obj)

Return the number of keys for obj.

.isEmpty(obj)

Check if obj is empty.

.merge(a, b)

Merge object b into a, returns a. Precedence is given to b.

License

MIT