feat: init
This commit is contained in:
5
node_modules/@isaacs/cliui/dist/commonjs/string-width/index.d.ts
generated
vendored
Normal file
5
node_modules/@isaacs/cliui/dist/commonjs/string-width/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
export type Options = {
|
||||
ambiguousIsNarrow?: boolean;
|
||||
};
|
||||
export declare function stringWidth(str: string, options?: Options): number;
|
||||
//# sourceMappingURL=index.d.ts.map
|
||||
Reference in New Issue
Block a user