UNPKG

@relaycorp/webcrypto-kms

Version:

WebCrypto-compatible client for Key Management Services like GCP KMS

8 lines 248 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.sleep = void 0; async function sleep(ms) { await new Promise((resolve) => setTimeout(resolve, ms)); } exports.sleep = sleep; //# sourceMappingURL=timing.js.map