UNPKG

fs2

Version:

fs (file system package) extensions

11 lines (8 loc) 241 B
// Maintain support for very old versions of Node.js "use strict"; module.exports = Buffer.from ? Buffer.from : function (data, encoding) { // eslint-disable-next-line no-buffer-constructor return new Buffer(data, encoding); };