@slide/ticketing-common

```sh yarn install ```

Usage no npm install needed!

<script type="module">
  import slideTicketingCommon from 'https://cdn.skypack.dev/@slide/ticketing-common';
</script>

README

Welcome to @slide/ticketing-common 👋

Version License: MIT Twitter: enxtur

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


This README was generated with ❤️ by readme-md-generator