UNPKG

@cloud-cli/cli

Version:

CLI for the Cloud CLI project

3 lines (2 loc) 128 B
export declare function readJson<T>(path: string): T | null; export declare function writeJson(path: string, value: any): void;