feat(core): Add fromCallback utility function for promisifying Node.js-style callback functions

This commit is contained in:
2025-01-07 04:27:24 +01:00
parent 3802c03838
commit 1afbfd8895
3 changed files with 25 additions and 4 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartpromise',
version: '4.0.4',
version: '4.1.0',
description: 'A TypeScript library for managing promises and Deferred constructs, simplifying asynchronous programming.'
}