perf: use node: prefix to bypass caching call for builtins
[poolifier.git] / examples / typescript / pool.ts
index 93774422b4500459715ec236c136c1601f13add4..3d9d9e6f482723cdb634e98bd02a9bbd46df3314 100644 (file)
@@ -1,5 +1,5 @@
-import { dirname, extname, join } from 'path'
-import { fileURLToPath } from 'url'
+import { dirname, extname, join } from 'node:path'
+import { fileURLToPath } from 'node:url'
 import type { MyData, MyResponse } from './worker'
 import {
   DynamicThreadPool,