Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 338 Bytes

DOCUMENTATION.md

File metadata and controls

15 lines (9 loc) · 338 Bytes

Documentation

You can see below the API reference of this module.

NpmReserve(options, callback)

Reserves a package name on NPM.

Params

  • String|Object options: The package name or the package object itself.
  • Function callback: The callback function

Return

  • NpmReserve The NpmReserve function.