UNPKG

clime

Version:

The command-line interface framework for TypeScript.

11 lines (10 loc) 332 B
export declare class CommaSeparatedStrings extends Array<string> { private constructor(); static cast(line: string): CommaSeparatedStrings; } declare class CastableDate extends Date { private constructor(); toDate(): Date; static cast(str: string): CastableDate; } export { CastableDate as Date, CastableDate };