Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/cli-table3/index.d.ts')
-rw-r--r--node_modules/cli-table3/index.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/node_modules/cli-table3/index.d.ts b/node_modules/cli-table3/index.d.ts
index aa94b7440..16980f848 100644
--- a/node_modules/cli-table3/index.d.ts
+++ b/node_modules/cli-table3/index.d.ts
@@ -27,6 +27,7 @@ declare namespace CliTable3 {
rowAligns: VerticalAlignment[];
head: string[];
wordWrap: boolean;
+ wrapOnWordBoundary: boolean;
}
interface TableInstanceOptions extends TableOptions {