UNPKG

@pulumi/command

Version:

[![Actions Status](https://github.com/pulumi/pulumi-command/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-command/actions) [![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com) [![NPM version](https://bad

8 lines (7 loc) 375 B
export { CommandArgs } from "./command"; export type Command = import("./command").Command; export declare const Command: typeof import("./command").Command; export { RunArgs, RunResult, RunOutputArgs } from "./run"; export declare const run: typeof import("./run").run; export declare const runOutput: typeof import("./run").runOutput; export * from "../types/enums/local";