exportfunctionassertLightClient(client) {
if (!client) {
thrownewError("Light client is not initialized yet.");
}
}
exportfunctionisTruthy(value) {
return value !== undefined && value !== null && value !== false;
}
//# sourceMappingURL=assertion.js.map