UNPKG
cardio-node
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Keep your apps in shape with cardio
EnKrypt/cardio-node
cardio-node
/
dist
/
index.d.ts
3 lines
(2 loc)
•
167 B
TypeScript
View Raw
1
2
3
export
declare
const
cardioWrapper
:
(
cardioName
:
string
,
functionToMeasure
:
Function
,
cardioCallback
:
Function
) =>
() =>
Promise
<
any
>;
export
default
cardioWrapper;