git ssb

2+

Dominic / pull-stream



Tree: 81642b10bd4a0105dae4a0d01429420d3ddb2016

Files: 81642b10bd4a0105dae4a0d01429420d3ddb2016 / util / keys.js

81 bytesRaw
1module.exports = function keys (object) {
2 return values(Object.keys(object))
3}
4

Built with git-ssb-web