UNPKG

gulp-dotnet-cli

Version:
5 lines (4 loc) 271 B
/// <reference path="../src/declarations/child-process-promise.d.ts" /> /// <reference types="node" /> import { Transform } from "stream"; export default function shelly(command: string, noun: string | string[], args: any[], echo?: boolean, setCwd?: boolean): Transform;