UNPKG

baasic-sdk-javascript

Version:

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

11 lines (10 loc) 275 B
import { ContainerModule } from 'inversify'; declare const TYPES: { TemplatingBatchClient: any; TemplatingBatchRoute: any; TemplatingClient: any; TemplatingRoute: any; }; export { TYPES }; declare let diModule: ContainerModule; export { diModule };