export { COMPARE_CONFIG_KEYS } from './config'; export * as Wechat from './Wechat'; export * as JSSDK from './JSSDK'; export * as OAuth from './OAuth'; export * as Card from './Card'; export * as Payment from './Payment'; export * as MiniProgram from './MiniProgram'; export * as Store from './store/Store'; export * as FileStore from './store/FileStore'; export * as MongoStore from './store/MongoStore'; // exports.COMPARE_CONFIG_KEYS = COMPARE_CONFIG_KEYS; // // exports.Wechat = Wechat0; // exports.JSSDK = JSSDK0; // exports.OAuth = OAuth0; // exports.Card = Card0; // exports.Payment = Payment0; // exports.MiniProgram = MiniProgram0; // exports.Store = store; // exports.FileStore = store0; // exports.MongoStore = store01;