Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 360 Bytes

File metadata and controls

17 lines (9 loc) · 360 Bytes

error-types

This project holds definitions for basic http error types.

package includes:

  • Basic http error types

package usage:

the package can be installed with npm install @map-colonies/error-types.

building the package:

run npm install to install project dependencies.

to create local package tgz file run npm pack after the build