Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
bops / read.js
Size: Mime:
var proto = {}
  , rex = /read.+/
  , fn

fn = function() {

}

module.exports = proto

for(var key in Buffer.prototype) {
  if(rex.test(key)) {
    proto[key] = fn.call.bind(Buffer.prototype[key])
  }
}