Project Files
dist / types.js
"use strict";
/**
* @file types.ts
* @description Plugin-specific type definitions for the data-sampler plugin.
*
* Conventions:
* - All types are readonly where possible.
* - SamplingStrategy enum covers the 3 supported strategies.
* - Chunk represents a single contiguous segment of the source text.
* - SampleResult is the top-level output of any sampling operation.
*/
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=types.js.map