Update
- Improved TS typings - the result of
SuspenderHookfunction will be the same asSuspenderImplementationyou provided (for example, if yourSuspenderImplementationfunction returnsUsertype, thenSuspenderHookwill also returnUsertype instead ofany). - Add
exportssection, so this package can be used with both CJS and ESM in Node.js. The next major release will be ESM only.
All changes: v1.0.0...v1.1.0