UNPKG

wechat-work

Version:
8 lines 231 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.timer = function (ms) { return new Promise(function (res) { setTimeout(res, ms); }); }; //# sourceMappingURL=common-helpers.js.map