UNPKG

campus-tex-cli

Version:

A CLI to quickly generate latex files for presentations or task assignments, using the unofficial template by the University of Stuttgart.

2 lines (1 loc) 75 B
export const sleep = (ms = 2000) => new Promise((r) => setTimeout(r, ms));