cross-platform-util-types
v0.3.3
Published
Types used by cross-platform-util and shared across packages.
Downloads
6
Maintainers
Readme
A template for a library project
How to start your own project using this template
npx create-libDon't forget to install the dependencies
npm installWhile developing run:
npm run devTo run the tests:
npm run testBuild the project
npm run build