Offload functions to worker threads with shared memory primitives for Node.js.
8
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: restore packageManager field for pnpm

+1
+1
package.json
··· 3 3 "version": "0.0.0", 4 4 "type": "module", 5 5 "exports": "./src/index.ts", 6 + "packageManager": "pnpm@10.33.0", 6 7 "scripts": { 7 8 "test": "node --experimental-strip-types --test test/**/*.test.ts" 8 9 }