papercats/node_modules/object-component
2017-02-24 00:49:41 -06:00
..
test Add socket.io 2017-02-24 00:49:41 -06:00
.npmignore Add socket.io 2017-02-24 00:49:41 -06:00
component.json Add socket.io 2017-02-24 00:49:41 -06:00
History.md Add socket.io 2017-02-24 00:49:41 -06:00
index.js Add socket.io 2017-02-24 00:49:41 -06:00
Makefile Add socket.io 2017-02-24 00:49:41 -06:00
package.json Add socket.io 2017-02-24 00:49:41 -06:00
Readme.md Add socket.io 2017-02-24 00:49:41 -06: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