Update
- Improved TS typings - the result of
SuspenderHook
function will be the same asSuspenderImplementation
you provided (for example, if yourSuspenderImplementation
function returnsUser
type, thenSuspenderHook
will also returnUser
type instead ofany
). - Add
exports
section, 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