{"versions":{"4.0.0":{"name":"@types/thread-loader","version":"4.0.0","license":"MIT","_id":"@types/thread-loader@4.0.0","maintainers":[{"name":"anonymous","email":"ts-npm-types@microsoft.com"}],"contributors":[{"url":"https://github.com/hkleungai","name":"Jimmy Leung","githubUsername":"hkleungai"}],"homepage":"https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/thread-loader","dist":{"shasum":"7795790dc8fcb9fad2a6b25f979e2c4d2a4fdd88","tarball":"http://123.232.10.234:8212/nexus/content/groups/npm-public/@types/thread-loader/-/thread-loader-4.0.0.tgz","fileCount":5,"integrity":"sha512-V1WbsvD+ZTr8qMkiJ+CqElj7rQsn//VxrFmkNvMUEtGopOWQw6GrRaJb2fAgxF8OszxxWCKIeOW5e+ugnmVEsA==","signatures":[{"sig":"MEUCIBe64DNk3Oyye5krSXqy1uKGRxwGQTOLCOHMjEa6r9GvAiEA5Px6IowZHckGpGwy73xO4TVdCK3Xi5ZeKtvF+o9w3F0=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":4005,"size":1764},"main":"","types":"index.d.ts","scripts":{},"_npmUser":{"name":"anonymous","email":"ts-npm-types@microsoft.com"},"repository":{"url":"https://github.com/DefinitelyTyped/DefinitelyTyped.git","type":"git","directory":"types/thread-loader"},"description":"TypeScript definitions for thread-loader","directories":{},"dependencies":{},"_hasShrinkwrap":false,"peerDependencies":{},"typeScriptVersion":"5.1","_npmOperationalInternal":{"tmp":"tmp/thread-loader_4.0.0_1746475375099_0.6922841137668112","host":"s3://npm-registry-packages-npm-production"},"typesPublisherContentHash":"6ea4d3862b10af2a7c385ccc7bb69f6fc30813afad74aefbb650ccba7d4a44fc","_cnpmcore_publish_time":"2025-05-05T20:02:55.259Z","publish_time":1746475375259,"_source_registry_name":"default"}},"dist-tags":{"latest":"4.0.0","ts5.1":"4.0.0","ts5.2":"4.0.0","ts5.3":"4.0.0","ts5.4":"4.0.0","ts5.5":"4.0.0","ts5.6":"4.0.0","ts5.7":"4.0.0","ts5.8":"4.0.0","ts5.9":"4.0.0","ts6.0":"4.0.0"},"name":"@types/thread-loader","time":{"created":"2025-05-05T20:03:11.478Z","modified":"2025-08-03T07:53:03.103Z","4.0.0":"2025-05-05T20:02:55.259Z"},"readme":"# Installation\r\n> `npm install --save @types/thread-loader`\r\n\r\n# Summary\r\nThis package contains type definitions for thread-loader (https://github.com/webpack-contrib/thread-loader).\r\n\r\n# Details\r\nFiles were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/thread-loader.\r\n## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/thread-loader/index.d.ts)\r\n````ts\r\ndeclare namespace ThreadLoader {\n    interface Options {\n        /** @default '' */\n        name?: string | undefined;\n\n        numberOfWorkers?: number | undefined;\n\n        workerNodeArgs?: any[] | undefined;\n\n        /** @default 20 */\n        workerParallelJobs?: number | undefined;\n\n        /** @default 500 */\n        poolTimeout?: number | undefined;\n\n        /** @default 200 */\n        poolParallelJobs?: number | undefined;\n\n        /** @default false */\n        poolRespawn?: boolean | undefined;\n    }\n}\n\ninterface ThreadLoader {\n    pitch(): void;\n    warmup(options: ThreadLoader.Options, requires: string[]): void;\n}\n\ndeclare const ThreadLoader: ThreadLoader;\n\nexport = ThreadLoader;\n\r\n````\r\n\r\n### Additional Details\r\n * Last updated: Mon, 05 May 2025 20:02:28 GMT\r\n * Dependencies: none\r\n\r\n# Credits\r\nThese definitions were written by [Jimmy Leung](https://github.com/hkleungai).","users":{}}