UNPKG

gulp-dotnet-cli

Version:
8 lines (7 loc) 263 B
/** * calculates run arguments * @param {IRunModel} value - the value to run arguments off of. */ import { IRunModel } from "../schema/interfaces/IRunModel"; declare const _default: (value: IRunModel) => (string | number | boolean)[]; export default _default;