UNPKG

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