elearning/Frontend-Learner/node_modules/nuxt/dist/app/compat/interval.d.ts

2 lines
80 B
TypeScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
export declare const setInterval: typeof globalThis.setInterval | (() => void);