npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

ndocs

1.0.0

@hemanth

npmSnykSocket
Downloads:68
$ npm install ndocs
DailyWeeklyMonthlyYearly
npm install ndocs -g
ndocs http 
# Lists all the functions and signatures of that given module

Example :

○ → ndocs http
createServer => http.createServer([requestListener])
createClient => http.createClient([port], [host])
request => http.request(options, callback)
get => http.get(options, callback)

~