DFS_Shuo_Chen e2eb47a926 V1.16.9 4 ماه پیش
..
test e2eb47a926 V1.16.9 4 ماه پیش
.npmignore e2eb47a926 V1.16.9 4 ماه پیش
History.md e2eb47a926 V1.16.9 4 ماه پیش
Makefile e2eb47a926 V1.16.9 4 ماه پیش
Readme.md e2eb47a926 V1.16.9 4 ماه پیش
component.json e2eb47a926 V1.16.9 4 ماه پیش
index.js e2eb47a926 V1.16.9 4 ماه پیش
package.json e2eb47a926 V1.16.9 4 ماه پیش

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