UNPKG

@upcodee/store

Version:

Store is TS library for loading data from remote and local sources based on Kotlin library Store 4 from Dropbox

4 lines (3 loc) 73 B
export interface Fetcher<Key, Value> { (key: Key): Promise<Value>; }