吕君喜 406d880ac6 first il y a 3 ans
..
test 406d880ac6 first il y a 3 ans
.npmignore 406d880ac6 first il y a 3 ans
History.md 406d880ac6 first il y a 3 ans
Makefile 406d880ac6 first il y a 3 ans
Readme.md 406d880ac6 first il y a 3 ans
component.json 406d880ac6 first il y a 3 ans
index.js 406d880ac6 first il y a 3 ans
package.json 406d880ac6 first il y a 3 ans

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