1.0.1 • Published 3 years ago

pizza-bot-shared v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Pizza-Bot Shared

This is a module containing the components and types that are shared between the frontend and back-end portions of the Pizza-bot application.

How to update

After making an update to this package, make sure each type is exported from the src/index.ts file and then run npm run build to run the typescript compiler so that the compiled JavaScript and type definition files reflect your changes.