UNPKG

xframelib

Version:

The accumulated front-end development foundation library originates from projects and serves projects.

9 lines (8 loc) 195 B
import { InnerObject } from './IModel'; declare global { interface Function { promise(...args: any[]): Promise<unknown>; } } declare const Global: InnerObject; export { Global };