UNPKG

@getcoconut/cli

Version:

A tool for locally emulating and mocking Pulumi Cloud projects.

8 lines (7 loc) 175 B
export interface Config { outputs?: { targets?: string[]; }; } export declare function get(): Config; export declare function load(projectDir?: string): void;