Initial commit: New MoreminiMore website with fresh design
This commit is contained in:
6
node_modules/fast-wrap-ansi/lib/main.d.ts
generated
vendored
Normal file
6
node_modules/fast-wrap-ansi/lib/main.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface Options {
|
||||
trim?: boolean;
|
||||
wordWrap?: boolean;
|
||||
hard?: boolean;
|
||||
}
|
||||
export declare function wrapAnsi(string: string, columns: number, options?: Options): string;
|
||||
Reference in New Issue
Block a user