UNPKG

oops

Version:

Functional <3 to rescue from OOPs

8 lines (5 loc) 107 B
"use strict"; module.exports = keys function keys(target) { return target ? Object.keys(target) : [] }