UNPKG

nativescript

Version:

Command-line interface for building NativeScript projects

23 lines (19 loc) 403 B
import { IInjector } from "./yok"; declare var _: _.LoDashStatic; /** * Defines additional properties added to global object from CLI. */ interface ICliGlobal extends NodeJS.Global { /** * Lodash instance. */ _: _.LoDashStatic; /** * Global instance of the module used for dependency injection. */ $injector: IInjector; /** * Instance of xmlhttprequest. */ XMLHttpRequest: any; }