baasic-sdk-javascript
Version:
JavaScript SDK provides core functionality for building web and mobile applications on [Baasic](http://www.baasic.com/).
15 lines (14 loc) • 472 B
TypeScript
export * from './IStorageHandler';
export * from './IEventHandler';
export * from './IToken';
export * from './ITokenStoreOptions';
export * from './ITokenHandler';
export * from './IUser';
export * from './IUserHandler';
export * from './IDefaultStorageConfig';
export * from './IBaasicOptions';
export * from './IBaasicAppOptions';
export * from './IAppOptions';
export * from './IBaasicApp';
export * from './IBaasicPlatform';
export * from './diModule';