This commit is contained in:
+7
@@ -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