{"version":3,"file":"timeoutAsync.cjs","sources":["../../src/scheduler/timeoutAsync.js"],"sourcesContent":["const timeoutAsync = function (ms) {\n    return (\n        new Promise((resolve) => {\n            setTimeout(resolve, ms);\n        })\n    );\n};\n\nexport { timeoutAsync };\n"],"names":["ms","Promise","resolve","setTimeout"],"mappings":";qBAAqB,SAAUA,IAC3B,OAAA,IACQC,QAASC,UACTC,WAAWD,QAASF,KAGhC"}