Files: 7aa21412f6c0bd6b84022d67ff8e51711eddb510 / 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