UNPKG

@primno/core

Version:

Front-end framework for Model-Driven Apps of Power Apps and Dynamics 365.

6 lines (5 loc) 108 B
/** * Module constructor type. * @internal */ export type ModuleConstructor = new (...args: any) => any;