biobulkbende.org/node_modules/object-component
Tancre 0efda7fffe structure, layout and automation 2020-09-16 14:23:28 +02:00
..
test structure, layout and automation 2020-09-16 14:23:28 +02:00
.npmignore structure, layout and automation 2020-09-16 14:23:28 +02:00
History.md structure, layout and automation 2020-09-16 14:23:28 +02:00
Makefile structure, layout and automation 2020-09-16 14:23:28 +02:00
Readme.md structure, layout and automation 2020-09-16 14:23:28 +02:00
component.json structure, layout and automation 2020-09-16 14:23:28 +02:00
index.js structure, layout and automation 2020-09-16 14:23:28 +02:00
package.json structure, layout and automation 2020-09-16 14:23:28 +02:00

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