PATH:
usr
/
local
/
lib
/
node_modules
/
gulp
/
node_modules
/
yargs
/
lib
module.exports = function (original, filter) { const obj = {} filter = filter || function (k, v) { return true } Object.keys(original || {}).forEach(function (key) { if (filter(key, original[key])) { obj[key] = original[key] } }) return obj }
[-] apply-extends.js
[edit]
[-] obj-filter.js
[edit]
[-] usage.js
[edit]
[-] completion.js
[edit]
[+]
..
[-] validation.js
[edit]
[-] argsert.js
[edit]
[-] command.js
[edit]
[-] levenshtein.js
[edit]
[-] yerror.js
[edit]
[-] assign.js
[edit]