0.0.2 • Published 6 years ago

yugo-utils v0.0.2

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

yugo-utils

Usage

import install from 'yugo-utils'

install()
const { go, error, shouldWait } = Promise.ready<number>()
const number = 20
setTimeout(() => {
  go(number)
}, 20)
shouldWait.then(console.log) // -> 20
0.0.2

6 years ago

0.0.1

6 years ago