UNPKG

fishbird

Version:

Fishbird is a simple, lightweight, and fast Promise utility library

6 lines 212 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); function r(e){return new Promise(t=>setTimeout(t,e))}var o=r; exports.default = o; exports.delay = r; //# sourceMappingURL=delay.js.map