UNPKG

nativescript

Version:

Command-line interface for building NativeScript projects

8 lines (6 loc) 152 B
import { INativePrepare } from "./project"; interface IControllerDataBase { projectDir: string; platform: string; nativePrepare?: INativePrepare; }