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

4 lines (3 loc) 75 B
export interface Type<T> extends Function { new (...args: any[]): T; }