UNPKG

@pontem/liquidswap-widget

Version:
5 lines (4 loc) 184 B
export declare function getFromCache(key: string, getter: (() => Promise<any>) | ((...args: any[]) => Promise<any>), options?: { time?: number; args?: any[]; }): Promise<any>;