@slide/ticketing-common
v1.3.7
Published
```sh yarn install ```
Downloads
3
Readme
Some shared functions for private organization usage. Latest versions can break your system. There is no secret logic. Feel free to use.
Install
yarn install
Run tests
yarn run test
Middlewares
import {
currentUser,
errorHandler,
requestValidator,
requireAuth,
} from '@slide/ticketing-common';
Custom Errors
import {
BadRequestError,
CustomError,
DatabaseConnectionError,
NotFoundError,
RequestValidationError,
UnauthorizedError,
} from '@slide/ticketing-common';
Author
This README was generated with ❤️ by readme-md-generator