export function pauseAsync()

in sim/api.ts [79:81]


    export function pauseAsync(ms: number) {
        return Promise.delay(ms)
    }