UNPKG

483 BSource Map (JSON)View Raw
1{"version":3,"file":"sleep.js","sourceRoot":"","sources":["../src/sleep.ts"],"names":[],"mappings":";;;AAEO,MAAM,KAAK,GAAG,CAAC,QAAkB,EAAoB,EAAE;IAC5D,OAAO,IAAI,OAAO,CAAC,CAAC,GAAG,EAAE,EAAE,GAAG,UAAU,CAAC,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;AAC9D,CAAC,CAAC;AAFW,QAAA,KAAK,SAEhB","sourcesContent":["import { Duration } from './time';\n\nexport const sleep = (duration: Duration): Promise<unknown> => {\n return new Promise((res) => { setTimeout(res, duration); });\n};\n"]}
\No newline at end of file