mirror of
https://github.com/swc-project/swc.git
synced 2024-11-28 19:22:32 +03:00
7 lines
199 B
TypeScript
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);
|