UNPKG

@stilljs/core

Version:

![NPM Version](https://img.shields.io/npm/v/%40stilljs%2Fcore) ![NPM Downloads](https://img.shields.io/npm/d18m/%40stilljs%2Fcore) ![jsDelivr hits (npm)](https://img.shields.io/jsdelivr/npm/hy/%40stilljs%2Fcore) ![YouTube Channel Views](https://img.shield

7 lines (6 loc) 166 B
export const sleepForSec = (sec) => { return new Promise((resolve) => { setTimeout(() => resolve(null), sec); }); } window.sleepForSec = sleepForSec;