react-server675fbba4
react-servertreemainexamplesuse-workerWorkerImport.mjs
examples/use-worker/WorkerImport.mjsmjs142 B217ffcd5
"use worker";

import { getSystemInfo } from "./WorkerModule.mjs";

export async function getWorkerSystemInfo() {
  return getSystemInfo();
}