Skip to content

felix-phil/theartisans-shared_js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For the artisans inc.

$ yarn add @theartisans/shared
import express, { Request, Response } from "express";
import { BadRequestError, requireAuth } from "@theartisans/shared/build";

const router = express.Router();
router.push("/new", (req: Request, res: Response) => {
  throw new BadRequestError();
});

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published