elearning/Frontend-Learner/node_modules/vite-plugin-checker/dist/utils.d.ts
2026-01-13 10:48:02 +07:00

4 lines
172 B
TypeScript

declare const isInVitestEntryThread: string | false | undefined;
declare const isMainThread: string | boolean | undefined;
export { isInVitestEntryThread, isMainThread };