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

5 lines (4 loc) 254 B
import { Token } from './provider'; import 'reflect-metadata'; export declare function Inject(token: Token<any>): (target: any, _: string | symbol, index: number) => any; export declare function getInjectionToken(target: any, index: number): Token<any>;