moonsflyer 976fd6d369 initial commit of the project 7 месяцев назад
..
test 976fd6d369 initial commit of the project 7 месяцев назад
.npmignore 976fd6d369 initial commit of the project 7 месяцев назад
History.md 976fd6d369 initial commit of the project 7 месяцев назад
Makefile 976fd6d369 initial commit of the project 7 месяцев назад
Readme.md 976fd6d369 initial commit of the project 7 месяцев назад
component.json 976fd6d369 initial commit of the project 7 месяцев назад
index.js 976fd6d369 initial commit of the project 7 месяцев назад
package.json 976fd6d369 initial commit of the project 7 месяцев назад

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