UNPKG

buffer-v6-polyfill

Version:

A polyfill for older versions of node.js for the node v6 Buffer

9 lines (6 loc) 174 B
'use strict'; //require('buffer-v6-polyfill'); require('./'); if (!Buffer.alloc) { throw new Error("Well, actually... buffer-v6-polyfill sucks at being a polyfill!!"); }