@sgjobfit/common
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

@Sgjobfit

Install

npm install @sgjobfit/common

or

yarn add @sgjobfit/common

How to use

const express = require('express');
const app = express();
const { errorHandler, NotFoundError } = require('@sgjobfit/common');

app.all('*', (req, res, next) => {
  throw new NotFoundError();
});

app.use(errorHandler);

const PORT = 3000;
app.listen(PORT, () => {
  console.log(`App is running on port ${PORT}`);
});

Authors

  • lequocduyquang

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Readme

Keywords

none

Package Sidebar

Install

npm i @sgjobfit/common

Weekly Downloads

1

Version

1.0.6

License

MIT

Unpacked Size

14.7 kB

Total Files

28

Last publish

Collaborators

  • jobfit