UNPKG

phonon

Version:

Phonon is an open source HTML, CSS and JavaScript agnostic framework that allows to create a website or a hybrid Web app.

6 lines (5 loc) 117 B
export default (timeout: number) => { return new Promise((resolve) => { setTimeout(resolve, timeout); }); };