UNPKG

@yoroi/common

Version:

The Common package of Yoroi SDK

11 lines (10 loc) 329 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.hasValue = exports.hasEntryValue = void 0; const hasValue = value => value != null; exports.hasValue = hasValue; const hasEntryValue = entry => hasValue(entry[1]); exports.hasEntryValue = hasEntryValue; //# sourceMappingURL=predicates.js.map