yugo-utils
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i yugo-utils

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

2.84 kB

Total Files

6

Last publish

Collaborators

  • miyogurt