// npm install psjoin
// const join = require('psjoin')
import join from 'https://esm.sh/psjoin@1.0.0'
const a = Promise.resolve(1)
const b = Promise.resolve(2)
const c = Promise.resolve(4)
join(a, b, c, (a, b, c) => console.log(a + b + c))
// 7
-
Notifications
You must be signed in to change notification settings - Fork 0
tjconcept/psjoin
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|