Files: 81642b10bd4a0105dae4a0d01429420d3ddb2016 / util / keys.js
81 bytesRaw
1 | module.exports = function keys (object) { |
2 | return values(Object.keys(object)) |
3 | } |
4 |
Built with git-ssb-web
1 | module.exports = function keys (object) { |
2 | return values(Object.keys(object)) |
3 | } |
4 |
Built with git-ssb-web