版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

chunk-utils-global.fd174983.js 211 B

12345678
  1. function getWorkerState() {
  2. return globalThis.__vitest_worker__;
  3. }
  4. function getCurrentEnvironment() {
  5. return globalThis.__vitest_environment__;
  6. }
  7. export { getCurrentEnvironment as a, getWorkerState as g };