UNPKG

@ixily/activ

Version:

Alpha Capture Trade Idea Verification. Blockchain ownership proven trade ideas and strategies.

5 lines (4 loc) 122 B
export interface ICacheVia<U> { in: (functionCacheData: U) => Promise<void>; out: () => Promise<U | undefined>; }