UNPKG
@maxosllc/smart-order-router
Version:
latest (4.21.10)
4.21.10
BlockDAG Smart Order Router
github.com/MaxosLLC/smart-order-router
MaxosLLC/smart-order-router
@maxosllc/smart-order-router
/
build
/
main
/
util
/
hooksOptions.d.ts
6 lines
(5 loc)
•
135 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
enum
HooksOptions
{
NO_HOOKS
=
"NO_HOOKS"
,
HOOKS_ONLY
=
"HOOKS_ONLY"
,
HOOKS_INCLUSIVE
=
"HOOKS_INCLUSIVE"
}