@yoroi/common
Version:
The Common package of Yoroi SDK
14 lines (12 loc) • 307 B
Flow
/**
* Flowtype definitions for extract-entry-cache-info
* Generated by Flowgen from a Typescript Definition
* Flowgen v1.21.0
*/
import { App } from "@yoroi/types";
declare export var extractEntryCacheInfo: <
T: App.CacheInfo | null | void,
K: string
>(
x: [K, T]
) => [K, App.CacheInfo | null];