X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils.ts;h=f77d84a97e6694d2c22cbdc0dd0a5bb97ab69f89;hb=6bb2a64f78c7ba84e4d3690d18c2f8ca9e418069;hp=a33758ce64c1ad72890b8d6e8b40b96336316c65;hpb=6c28572915241e7bdbe83d3d9896bc891dcf1f0b;p=poolifier.git diff --git a/src/utils.ts b/src/utils.ts index a33758ce..f77d84a9 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -1,5 +1,6 @@ -import * as os from 'node:os' import { getRandomValues } from 'node:crypto' +import * as os from 'node:os' + import type { KillBehavior } from './worker/worker-options.js' /**