summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/@types/node/string_decoder.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wiki/ImportarDesdeURL/node_modules/@types/node/string_decoder.d.ts')
-rw-r--r--bin/wiki/ImportarDesdeURL/node_modules/@types/node/string_decoder.d.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/wiki/ImportarDesdeURL/node_modules/@types/node/string_decoder.d.ts b/bin/wiki/ImportarDesdeURL/node_modules/@types/node/string_decoder.d.ts
new file mode 100644
index 00000000..fe0e0b4d
--- /dev/null
+++ b/bin/wiki/ImportarDesdeURL/node_modules/@types/node/string_decoder.d.ts
@@ -0,0 +1,7 @@
+declare module "string_decoder" {
+ class StringDecoder {
+ constructor(encoding?: string);
+ write(buffer: Buffer): string;
+ end(buffer?: Buffer): string;
+ }
+}