UNPKG

nest-commander

Version:

A module for making CLI applications with NestJS. Decorators for running commands and separating out config parsers included. This package works on top of commander.

8 lines (7 loc) 238 B
export declare class CliUtilityService { static trueValues: string[]; static falseValues: string[]; parseBoolean(val: string): boolean; parseInt(val: string, radix?: number): number; parseFloat(val: string): number; }