From 7a3df06eb573d36142bd1a8e03c5ce8752d300b3 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 24 May 2017 15:10:37 +0200 Subject: fix build issues and add typedoc --- node_modules/iconv-lite/lib/extend-node.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'node_modules/iconv-lite/lib/extend-node.js') diff --git a/node_modules/iconv-lite/lib/extend-node.js b/node_modules/iconv-lite/lib/extend-node.js index 1d8c953da..a120400be 100644 --- a/node_modules/iconv-lite/lib/extend-node.js +++ b/node_modules/iconv-lite/lib/extend-node.js @@ -1,4 +1,5 @@ -"use strict" +"use strict"; +var Buffer = require("buffer").Buffer; // == Extend Node primitives to use iconv-lite ================================= -- cgit v1.2.3