UNPKG
cosmic-interchain-utils
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.1
0.1.0
Cosmic Interchain Utils
github.com/mellis1010/interchain_main_repo
mellis1010/interchain_main_repo
cosmic-interchain-utils
/
dist
/
validation.js
6 lines
•
157 B
JavaScript
View Raw
1
2
3
4
5
6
export
function
assert
(
predicate, errorMessage
) {
if
(!predicate) {
throw
new
Error
(errorMessage); } }
//# sourceMappingURL=validation.js.map