@slide/ticketing-common
v1.3.7
Published
```sh yarn install ```
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 installRun tests
yarn run testMiddlewares
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
