UNPKG

@primno/core

Version:

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

9 lines (8 loc) 175 B
import { Esm } from "../../typing"; /** * Used to obtain the js module. * The module contains the domains. */ export interface EsmResolver { resolve(): Promise<Esm>; }