UNPKG

@ixily/activ

Version:

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

6 lines (5 loc) 138 B
// U => Cache or Result export interface ICacheVia<U> { in: (functionCacheData: U) => Promise<void> out: () => Promise<U | undefined> }