BiFace_Server_Config_API/node_modules/object-component
2020-05-22 14:53:57 +07:00
..
test init 2020-05-22 14:53:57 +07:00
.npmignore init 2020-05-22 14:53:57 +07:00
component.json init 2020-05-22 14:53:57 +07:00
History.md init 2020-05-22 14:53:57 +07:00
index.js init 2020-05-22 14:53:57 +07:00
Makefile init 2020-05-22 14:53:57 +07:00
package.json init 2020-05-22 14:53:57 +07:00
Readme.md init 2020-05-22 14:53:57 +07:00

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