Files
vda-to-edifact-converter/node_modules/ts-edifact/lib/util.d.ts
2026-03-13 09:53:40 +01:00

5 lines
382 B
TypeScript

import { EdifactMessageSpecification } from "./edi/messageStructureParser";
export declare function isDefined<T>(value: T | undefined | null): value is T;
export declare function persist(data: EdifactMessageSpecification, path: string, pretty?: boolean): void;
export declare function storeAllDefaultSpecs(version: string, location: string): void;
//# sourceMappingURL=util.d.ts.map