UNPKG

hta

Version:

The tiny framework for building Hyper Text Application with ease

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