UNPKG

gentelella

Version:

Gentelella Admin is a free to use Bootstrap admin template

8 lines (7 loc) 168 B
'use strict'; module.exports = function(data, encoding){ return new Buffer(data, encoding); }; module.exports.test = function(b){ return Buffer.isBuffer(b); };