UNPKG

ts-edifact

Version:
5 lines 382 B
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