feat: init
This commit is contained in:
7
node_modules/@isaacs/cliui/dist/commonjs/wrap-ansi/index.d.ts
generated
vendored
Normal file
7
node_modules/@isaacs/cliui/dist/commonjs/wrap-ansi/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export type Options = {
|
||||
trim?: boolean;
|
||||
wordWrap?: boolean;
|
||||
hard?: boolean;
|
||||
};
|
||||
export declare const wrap: (str: string, columns: number, options: Options) => string;
|
||||
//# sourceMappingURL=index.d.ts.map
|
||||
Reference in New Issue
Block a user