method-names 
Returns an array of function property names from all enumerable properties on an object, own and inherited.
Based on the _.functions method from Lo-Dash.
Install
npm i method-names --save
Usage
Example:
var methods = require('method-names');
console.log(methods(require('chai')));
Params:
obj {Object}: The object to inspect.
Author
Jon Schlinkert
License
Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license
This file was generated by verb-cli on July 11, 2014.