UNPKG

brasileirao

Version:

<p align="center"> <a href="https://github.com/godrix/brasileirao/actions"> <img src="https://img.shields.io/github/actions/workflow/status/godrix/brasileirao/publish.yml"/> </a> <a href="https://github.com/godrix/brasileirao"> <img src="htt

6 lines (5 loc) 197 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.delay = void 0; const delay = (ms) => new Promise((resolve) => setTimeout(resolve, ms)); exports.delay = delay;