yini-cli
Version:
CLI for parsing and validating YINI config files: type-safe values, nested sections, comments, minimal syntax noise, and optional strict mode.
6 lines (5 loc) • 312 B
JavaScript
// //export type TBailSensitivity = 'auto' | 0 | 1 | 2
// export type TPreferredFailLevel = 'auto' | 0 | 1 | 2 // Preferred bail sensitivity level.
// export type TBailSensitivityLevel = 0 | 1 | 2 // Bail sensitivity level.
export {};
// -------------------------------------------------------------------------