Skip to content

nevoland/futurise

Repository files navigation

Futurise

🔮 Promise and asynchronous helper functions.

Features

  • Event listener utilities that provide unregister functions
  • Promise generators that wait for event occurrences

Usage

Everything is exported from the main entry-point through an ES6 module:

import { sleep, on } from "futurise";

Installation

Install with the Node Package Manager:

npm install futurise

Documentation

Documentation is generated here.