react-native-ibm-mobilefirst-jsonstore
Version:
React Native SDK for IBM JSONStore. Works with IBM Mobile First
20 lines (19 loc) • 719 B
JavaScript
import WLJsonStore from './js/WLJSONStore';
import JSONStoreCollection from './js/JSONStoreCollection';
import { JSONStoreQueryPart } from './js/JSONStoreQueryPart';
import JSONStoreAddOptions from './js/JSONStoreAddOptions';
import JSONStoreChangeOptions from './js/JSONStoreChangeOptions';
import JSONStoreFindOptions from './js/JSONStoreFindOptions';
import JSONStoreInitOptions from './js/JSONStoreInitOptions';
import JSONStoreSyncPolicy from './js/JSONStoreSyncPolicy';
var WLJSONStore = new WLJsonStore();
export {
JSONStoreCollection,
JSONStoreQueryPart,
JSONStoreAddOptions,
JSONStoreChangeOptions,
JSONStoreFindOptions,
JSONStoreInitOptions,
JSONStoreSyncPolicy,
WLJSONStore
}