swc/bundler/tests/.cache/untrusted/73fe1777e829cc1b5502570f52408c0036c456af.ts
강동윤 bbaf619f63
fix(bundler): Fix bugs (#1437)
swc_bundler:
 - [x] Fix wrapped esms. (denoland/deno#9307)
 - [x] Make test secure.
2021-03-02 17:33:03 +09:00

7 lines
199 B
TypeScript

// Loaded from https://raw.githubusercontent.com/denjucks/dex/master/lib/util/delay.js
import { promisify } from '../deps/@jspm/core@1.1.0/nodelibs/util.js';
export default promisify(setTimeout);