UNPKG

@datev-research/mandat-shared-utils

Version:

Shared Utilities for the MANDAT B2B Showcase

7 lines (6 loc) 200 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.wait = wait; async function wait(millis = 500) { return new Promise(resolve => setTimeout(resolve, millis)); }