UNPKG

@dgac/nmb2b-client

Version:

EUROCONTROL Network Manager B2B SOAP client

8 lines (7 loc) 285 B
import { types } from "./types.mjs"; import "./serializer.mjs"; //#region src/utils/transformers/index.ts const deserializer = Object.fromEntries(Object.entries(types).map(([key, { output }]) => [key, output])); //#endregion export { deserializer }; //# sourceMappingURL=index.mjs.map