5 lines
172 B
TypeScript
5 lines
172 B
TypeScript
declare const isInVitestEntryThread: string | false | undefined;
|
|
declare const isMainThread: string | boolean | undefined;
|
|
|
|
export { isInVitestEntryThread, isMainThread };
|