UNPKG

@yoroi/common

Version:

The Common package of Yoroi SDK

3 lines 216 B
export declare const hasValue: <V>(value: V | null | undefined) => value is V; export declare const hasEntryValue: <K, V>(entry: [K, V | null | undefined]) => entry is [K, V]; //# sourceMappingURL=predicates.d.ts.map