CliLoadFile
@tsed/cli-core
Usage
typescript
import { CliLoadFile } from "@tsed/cli-core";Overview
ts
class CliLoadFile {
protected cliYaml: CliYaml;
protected cliFs: CliFs;
loadFile<Model = any>(path: string, schema?: JsonSchema<Model>): Promise<Model>;
}protected cliYaml
ts
protected cliYaml: CliYaml;protected cliFs
ts
protected cliFs: CliFs;loadFile
ts
loadFile<Model = any>(path: string, schema?: JsonSchema<Model>): Promise<Model>;Load a configuration file from yaml, json