DFS_Shuo_Chen e2eb47a926 V1.16.9 há 1 ano atrás
..
test e2eb47a926 V1.16.9 há 1 ano atrás
.npmignore e2eb47a926 V1.16.9 há 1 ano atrás
History.md e2eb47a926 V1.16.9 há 1 ano atrás
Makefile e2eb47a926 V1.16.9 há 1 ano atrás
Readme.md e2eb47a926 V1.16.9 há 1 ano atrás
component.json e2eb47a926 V1.16.9 há 1 ano atrás
index.js e2eb47a926 V1.16.9 há 1 ano atrás
package.json e2eb47a926 V1.16.9 há 1 ano atrás

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