/** * CSV Worker Entry * * This file runs inside a Web Worker (classic script after bundling). * It implements the worker message protocol used by CsvWorkerPool. * * IMPORTANT: * - Keep this file browser/worker-safe (no Node.js APIs) * - Parsing/formatting are delegated to the main CSV implementations to avoid drift. */ export {};