UNPKG

baasic-sdk-javascript

Version:

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

12 lines (11 loc) 267 B
import { ContainerModule } from "inversify"; declare const TYPES: { Utility: any; DateFormatter: any; ModelMapper: any; IHALParser: any; IURLFactory: any; }; export { TYPES }; declare let diModule: ContainerModule; export { diModule };