UNPKG

v3mt

Version:

A CLI toolkit for managing and deploying Victoria 3 mods, including sending mod files to the game, launching the game, and more.

4 lines (3 loc) 112 B
export default async function sleep(ms) { return await new Promise((resolve) => setTimeout(resolve, ms)); }