X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=examples%2Ftypescript%2Fsmtp-client-pool%2Fsrc%2Fpool.ts;h=85fb4cdf94b187753900825f02720c8c60ff9450;hb=f225c6aa4c388de88ef1b3e131915d63589926a9;hp=ec2ec1367c5f0219dd8f685d3977e1f61d0ddf7a;hpb=f83745944c9604776dceed8361b665d48a90bb79;p=poolifier.git diff --git a/examples/typescript/smtp-client-pool/src/pool.ts b/examples/typescript/smtp-client-pool/src/pool.ts index ec2ec136..85fb4cdf 100644 --- a/examples/typescript/smtp-client-pool/src/pool.ts +++ b/examples/typescript/smtp-client-pool/src/pool.ts @@ -2,7 +2,7 @@ import { fileURLToPath } from 'node:url' import { dirname, extname, join } from 'node:path' import { DynamicThreadPool, availableParallelism } from 'poolifier' import type SMTPTransport from 'nodemailer/lib/smtp-transport/index.js' -import { type WorkerData } from './types.js' +import type { WorkerData } from './types.js' const workerFile = join( dirname(fileURLToPath(import.meta.url)),