UNPKG

350 BSource Map (JSON)View Raw
1{"version":3,"sources":["asynciterable/_sleep.ts"],"names":[],"mappings":"AAAA,MAAM,UAAU,KAAK,CAAC,OAAe;IACnC,OAAO,IAAI,OAAO,CAAO,GAAG,CAAC,EAAE,CAAC,UAAU,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC;AAC5D,CAAC","file":"_sleep.js","sourcesContent":["export function sleep(dueTime: number) {\n return new Promise<void>(res => setTimeout(res, dueTime));\n}\n"]}
\No newline at end of file