UNPKG

async-lz-string

Version:
7 lines (5 loc) 112 B
export async function wait() { return new Promise((resolve) => { setTimeout(resolve, 0); }); }