UNPKG

@xuxinlai2002/pns-js

Version:

A NPM package in Typescript for .Play Name Service

8 lines 239 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.wait = void 0; async function wait(time) { return new Promise((res) => setTimeout(res, time)); } exports.wait = wait; //# sourceMappingURL=wait.js.map