UNPKG

dynamicsmobile

Version:

Allows development of off-line mobile and web business apps over the Dynamics Mobile platform. More info on https://www.dynamicsmobile.com

7 lines (6 loc) 206 B
import { Container } from './container'; export declare const RootDIContainer: Container; export declare function replaceService(serviceReplaceOptions: { oldService: any; newService: any; }): void;