The TypeScript library for Replit Object Storage
To get setup, run:
npm iTo run the linter, run:
npm run lint
npm run formator to fix (fixable) lint issues, run:
npm run funTo run tests, run:
npm run testTo check that the package builds, you can run:
npm run prepublishOnlyTo perform a release, first bump the version in package.json. Then run:
npm release