$ npm install method-names
Returns an array of names from a module. Includes all enumerable properties with function values, own and inherited.
Based on the _.functions
method from Lo-Dash.
npm i method-names --save
var methods = require('method-names');
methods(require('verb'));
//=> ['set', 'get', 'extend', 'create', 'render', ...]
Install dev dependencies.
npm i -d && npm test
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue
Jon Schlinkert
Copyright (c) 2015 Jon Schlinkert
Released under the MIT license
This file was generated by verb-cli on March 21, 2015.
© 2010 - cnpmjs.org x YWFE | Home | YWFE