UNPKG
xahau-keypairs
Version:
beta (2.0.0)
latest (2.0.0)
2.0.0
Cryptographic key pairs for the XAH Ledger
github.com/Xahau/xahau.js
Xahau/xahau.js
xahau-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