Erster Commit
This commit is contained in:
5
node_modules/ts-edifact/lib/util.d.ts
generated
vendored
Normal file
5
node_modules/ts-edifact/lib/util.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
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
|
||||
Reference in New Issue
Block a user