@fgsreally/rollback
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

@fgsreally/rollback

provide rollback scoped with typescript

import {scope} from '@fgsreally/rollback'

await scope(async (r) => {

  await r(() => /**do sth */, fn);

});

Readme

Keywords

none

Package Sidebar

Install

npm i @fgsreally/rollback

Weekly Downloads

3

Version

0.0.3

License

MIT

Unpacked Size

6.75 kB

Total Files

6

Last publish

Collaborators

  • fgsreally