UNPKG

@dgac/nmb2b-client

Version:

EUROCONTROL Network Manager B2B SOAP client

11 lines (9 loc) 289 B
import { withLog } from "./withLog.js"; import { pipe } from "remeda"; //#region src/utils/instrumentation/index.ts function instrument({ service, query }) { return (fn) => pipe(fn, withLog(`${service}:${query}`)); } //#endregion export { instrument }; //# sourceMappingURL=index.js.map