README
Welcome to @slide/ticketing-common 👋
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
👤 enxtur.mon@gmail.com
- Website: http://enxtur.github.io
- Twitter: @enxtur
- Github: @enxtur
- LinkedIn: @enxtur
This README was generated with ❤️ by readme-md-generator