UNPKG

@yoroi/common

Version:

The Common package of Yoroi SDK

10 lines (8 loc) 297 B
/** * Flowtype definitions for is-expired * Generated by Flowgen from a Typescript Definition * Flowgen v1.21.0 */ import { App } from "@yoroi/types"; declare export function isExpired(x: [mixed, App.CacheInfo]): boolean; declare export function isExpired(cacheInfo: App.CacheInfo): boolean;