UNPKG

@yoroi/common

Version:

The Common package of Yoroi SDK

3 lines 144 B
export const hasValue = value => value != null; export const hasEntryValue = entry => hasValue(entry[1]); //# sourceMappingURL=predicates.js.map