UNPKG

@upcodee/store

Version:

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

9 lines (8 loc) 211 B
/** * @file Automatically generated by barrelsby. */ export * from "./Fetcher"; export * from "./InMemorySourceOfTruth"; export * from "./Serializer"; export * from "./SourceOfTruth"; export * from "./Store";