ndocs
v1.0.0
Published
List all the functions in particular node module.
Readme
npm install ndocs -g
ndocs http
# Lists all the functions and signatures of that given moduleExample :
○ → ndocs http
createServer => http.createServer([requestListener])
createClient => http.createClient([port], [host])
request => http.request(options, callback)
get => http.get(options, callback)~
