UNPKG

@dgac/nmb2b-client

Version:

EUROCONTROL Network Manager B2B SOAP client

5 lines (4 loc) 400 B
import { NMB2BError } from "./utils/NMB2BError.mjs"; import { createHook } from "./utils/hooks/hooks.mjs"; import { createAirspaceClient, createB2BClient, createFlightClient, createFlowClient, createGeneralInformationClient } from "./createB2BClient.mjs"; export { NMB2BError, createAirspaceClient, createB2BClient, createFlightClient, createFlowClient, createGeneralInformationClient, createHook };