Skip to content

Get Started

Installation

bash
npm i comuse

Usage Example

Simply importing the functions you need from comuse

ts
import { 
createSingletonPromise
} from 'comuse-shared'
const
promise
=
createSingletonPromise
(async () => {})

Refer to functions list for more details.

Released under the MIT License.