UNPKG

steadybit

Version:

Command-line interface to interact with the Steadybit API

5 lines (4 loc) 115 B
export interface Options { directory: string; } export declare function dump(options: Options): Promise<void>;