UNPKG
@oraichain/multifactors.js
Version:
latest (2.0.2-beta.0)
next (2.2.0)
2.2.0
2.1.6
2.1.5
2.1.3
2.1.2
2.1.1
2.0.5
2.0.4
2.0.2-beta.0
2.0.1
2.0.0
Handle communication with multifactors nodes
@oraichain/multifactors.js
/
dist
/
types
/
index.d.ts
5 lines
(4 loc)
•
121 B
TypeScript
View Raw
1
2
3
4
5
export
*
from
"./interfaces"
;
export
*
from
"./some"
;
export
{
default
}
from
"./multifactors"
;
export
*
from
"./utils"
;