DFS_Shuo_Chen e2eb47a926 V1.16.9 il y a 4 mois
..
test e2eb47a926 V1.16.9 il y a 4 mois
.npmignore e2eb47a926 V1.16.9 il y a 4 mois
History.md e2eb47a926 V1.16.9 il y a 4 mois
Makefile e2eb47a926 V1.16.9 il y a 4 mois
Readme.md e2eb47a926 V1.16.9 il y a 4 mois
component.json e2eb47a926 V1.16.9 il y a 4 mois
index.js e2eb47a926 V1.16.9 il y a 4 mois
package.json e2eb47a926 V1.16.9 il y a 4 mois

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