summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/truncate/truncate.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wiki/ImportarDesdeURL/node_modules/truncate/truncate.d.ts')
-rw-r--r--bin/wiki/ImportarDesdeURL/node_modules/truncate/truncate.d.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/wiki/ImportarDesdeURL/node_modules/truncate/truncate.d.ts b/bin/wiki/ImportarDesdeURL/node_modules/truncate/truncate.d.ts
new file mode 100644
index 00000000..f2778db3
--- /dev/null
+++ b/bin/wiki/ImportarDesdeURL/node_modules/truncate/truncate.d.ts
@@ -0,0 +1,7 @@
+declare module 'truncate' {
+ interface TruncateOptions {
+ ellipsis?: string
+ }
+
+ export default function truncate(string: string, maxLength: number, options?: TruncateOptions): string
+}