elearning/Frontend-Learner/node_modules/vite-plugin-checker/dist/utils.d.ts

5 lines
172 B
TypeScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
declare const isInVitestEntryThread: string | false | undefined;
declare const isMainThread: string | boolean | undefined;
export { isInVitestEntryThread, isMainThread };