From db214a377090a3593fae5de5180ce0999613e608 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Sat, 15 Feb 2014 18:55:23 -0800 Subject: [PATCH] add comment/author/npm comment --- index.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/index.js b/index.js index cef5cfc..421c48d 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,12 @@ +/** + * The buffer module from node.js, for the browser. + * + * Author: Feross Aboukhadijeh + * License: MIT + * + * `npm install buffer` + */ + var base64 = require('base64-js') var ieee754 = require('ieee754') -- 2.34.1