Skip to content

TomasHubelbauer/esm-delay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

ESM delay

This repository provides an implementation of a delay function compatible with ESM.

Installation & Usage

Browser

import delay from 'https://tomashubelbauer.github.io/esm-delay/index.js';

await delay(100);

Node

Usetimers/promisers