method-names 
Returns an array of function property names from all enumerable properties on an object, own and inherited.
This is loosely based on the _.functions method from Lo-Dash.
Install
Install with npm:
npm i method-names --save-dev
Usage
Returns an array of function property names from all enumerable properties on an object, own and inherited.
var methods = require('method-names');
console.log(methods(require('chai')));
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 04, 2014.