A comprehensive TypeScript library with common utility functions and custom types
npm install @baklavabg/common-tsThere are three separate projects in this repo.common-ts is a common library with typescript functions and types.project-js and project-ts are examples how to use the library in a Javascript and Typescript project.
All three projects contain tests using vitest.
cd common-tsnpm installnpm run buildnpm link-or-
npm run relink
npm start
cd project-jsnpm link @baklavabg/common-tsnpm start-or-
npm run relink
npm start
cd project-tsnpm installnpm link @baklavabg/common-tsnpm start-or-
npm run relink
npm start
npm test