DFS_Shuo_Chen e2eb47a926 V1.16.9 hace 1 año
..
test e2eb47a926 V1.16.9 hace 1 año
.npmignore e2eb47a926 V1.16.9 hace 1 año
History.md e2eb47a926 V1.16.9 hace 1 año
Makefile e2eb47a926 V1.16.9 hace 1 año
Readme.md e2eb47a926 V1.16.9 hace 1 año
component.json e2eb47a926 V1.16.9 hace 1 año
index.js e2eb47a926 V1.16.9 hace 1 año
package.json e2eb47a926 V1.16.9 hace 1 año

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