UNPKG

baasic-sdk-javascript

Version:

JavaScript SDK provides core functionality for building web and mobile applications on [Baasic](http://www.baasic.com/).

13 lines (12 loc) 328 B
import { ContainerModule } from "inversify"; declare const TYPES: { ApplicationSettingsClient: any; ApplicationSettingsRoute: any; SettingsClient: any; SettingsRoute: any; VersionClient: any; VersionRoute: any; }; export { TYPES }; declare let diModule: ContainerModule; export { diModule };