UNPKG
@dgac/nmb2b-client
Version:
latest (2.2.7)
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.5.1
1.5.0
1.4.0
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
1.0.0-beta.5
1.0.0-beta.4
1.0.0-beta.3
0.6.1
0.6.0
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.5.0-rc.0
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.0
0.2.4
0.2.2
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.1
EUROCONTROL Network Manager B2B SOAP client
github.com/DGAC/nmb2b-client-js
DGAC/nmb2b-client-js
@dgac/nmb2b-client
/
dist
/
utils
/
instrumentation
/
index.js
11 lines
(9 loc)
•
289 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
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