UNPKG

@bothive/helpers

Version:

Collection of helper functions mainly used inside bothive-core project

9 lines 266 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function wait(timeout = 1500) { return new Promise((resolve) => setTimeout(() => resolve(true), timeout)); } exports.default = { wait, }; //# sourceMappingURL=timeout.helpers.js.map