UNPKG

@makakwastaken/ts-edifact

Version:
6 lines 295 B
import { TableBuilder } from './tableBuilder'; import { type ComponentValueEntry, Dictionary } from './validator'; export declare class ComponentValueTableBuilder extends TableBuilder<ComponentValueEntry> { build(): Dictionary<ComponentValueEntry>; } //# sourceMappingURL=components.d.ts.map