UNPKG

@upcodee/store

Version:

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

3 lines 71 B
export interface Fetcher<Key, Value> { (key: Key): Promise<Value> }