CliYaml
@tsed/cli-core
Usage
typescript
import { CliYaml } from "@tsed/cli-core";Overview
ts
class CliYaml {
protected fs: CliFs;
read(path: string): Promise<unknown>;
write(path: string, obj: any): Promise<void>;
}protected fs
ts
protected fs: CliFs;read
ts
read(path: string): Promise<unknown>;write
ts
write(path: string, obj: any): Promise<void>;