Skip to content

v1.0.0

Choose a tag to compare

@maddhruv maddhruv released this 22 Jan 04:10
· 21 commits to master since this release
  • CLI npx npmtotal author
  • Module
const npmtotal = require('npmtotal')

(async () => {
  console.log(await npmtotal("maddhruv"));
})();