UNPKG

@stilljs/cli

Version:

This is the CLI tool for StillJS Framework

4 lines (3 loc) 97 B
export async function sleepFor(ms) { return new Promise(r => setTimeout(() => r(''), ms)); }