UNPKG

llm-extract

Version:

Modular SDK for structured text extraction from documents using LLMs

6 lines 326 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ChunkWorkerPool = void 0; var chunk_worker_1 = require("./chunk-worker"); Object.defineProperty(exports, "ChunkWorkerPool", { enumerable: true, get: function () { return chunk_worker_1.ChunkWorkerPool; } }); //# sourceMappingURL=index.js.map