UNPKG

@yoroi/common

Version:

The Common package of Yoroi SDK

11 lines (9 loc) 275 B
/** * Flowtype definitions for predicates * Generated by Flowgen from a Typescript Definition * Flowgen v1.21.0 */ declare export var hasValue: <V>(value: V | null | void) => boolean; declare export var hasEntryValue: <K, V>( entry: [K, V | null | void] ) => boolean;