From: Feross Aboukhadijeh Date: Sun, 16 Feb 2014 02:55:23 +0000 (-0800) Subject: add comment/author/npm comment X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=db214a377090a3593fae5de5180ce0999613e608;p=buffer.git add comment/author/npm comment --- 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')