UNPKG

@bengo.co/typescript-web-starter

Version:

A simple website project written in TypeScript. Use this as a starting point for your project.

8 lines (7 loc) 211 B
/** * Main entrypoint for 'shared' module - things shared in client and server */ export * from "./match"; export * from "./constants"; export * from "./filters"; export { default as Routes } from "./routes";