Erster Commit

This commit is contained in:
zed
2026-03-13 09:53:40 +01:00
commit 5ebcad02ed
3945 changed files with 974582 additions and 0 deletions

8
node_modules/ts-edifact/lib/elements.d.ts generated vendored Normal file
View File

@@ -0,0 +1,8 @@
import { Dictionary, ElementEntry } from "./validator";
import { TableBuilder } from "./tableBuilder";
export declare class ElementTableBuilder extends TableBuilder<ElementEntry> {
constructor(type: string);
static enrichWithDefaultElements(data: Dictionary<ElementEntry>): Dictionary<ElementEntry>;
build(): Dictionary<ElementEntry>;
}
//# sourceMappingURL=elements.d.ts.map