UNPKG
ripple-keypairs
Version:
beta (2.0.0-beta.1)
latest (2.0.0)
storm (1.0.4-storm.2)
2.0.0
2.0.0-beta.1
2.0.0-beta.0
1.3.1
1.3.0
1.2.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.1.0-beta.0
1.0.4-storm.2
1.0.4-storm.1
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-beta.6
1.0.0-beta.5
1.0.0-beta.4
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
1.0.0-beta.0
0.11.1
0.11.0
0.10.2
0.10.1
0.10.0
0.9.0
0.8.0
0.7.3
0.7.2
0.7.1
0.7.0
0.6.0
0.5.2
0.5.1
0.5.0
0.4.0
0.2.0
0.1.1
0.1.0
Cryptographic key pairs for the XRP Ledger
github.com/XRPLF/xrpl.js
XRPLF/xrpl.js
ripple-keypairs
/
dist
/
utils
/
assert.d.ts
5 lines
•
165 B
TypeScript
View Raw
1
2
3
4
5
declare
const
assertHelper
: {
ok
:
(
cond
:
boolean
,
message
?:
string
) =>
asserts cond is
true
; };
export
default
assertHelper;
//# sourceMappingURL=assert.d.ts.map