UNPKG

consultant

Version:

Gathers structural and validateable input from command line or interative menu

3 lines (2 loc) 126 B
export declare function alignedString(input: Array<number | string>, initial?: string): string; export default alignedString;