@sta-podcast/types
v1.0.7
Published
Types used for the STA Podcast website.
Readme
README
This project contains typescript type declarations used by the STA Podcast website.
Getting started
To get started, clone this repository and run the following:
npm ci # install dependencies
npm run prepare # setup git hooksFrom there, you can run the tests to confirm that things are working:
npm test