Cleanup files and directories
npm install @biorate/cleanupCleanup files and directories
``ts
import {} from '@biorate/cleanup';
(async () => await cleanup('./tests/dir'))();
`
`sh``
pnpm i -g @biorate/cleanup;
cleanup ./tests/dir;
- Documentation can be found here - docs.
See the CHANGELOG
Copyright (c) 2021-present Leonid Levkin (llevkin)