UNPKG

nuxt

Version:

Nuxt is a free and open-source framework with an intuitive and extendable way to create type-safe, performant and production-grade full-stack web applications and websites with Vue.js.

4 lines 133 B
//#region src/app/compat/interval.d.ts declare const setInterval: typeof globalThis.setInterval; //#endregion export { setInterval };