UNPKG

@thewtex/vtk.js-esm

Version:

Visualization Toolkit for the Web

9 lines (7 loc) 244 B
var isBufferBrowser = function isBuffer(arg) { return arg && typeof arg === 'object' && typeof arg.copy === 'function' && typeof arg.fill === 'function' && typeof arg.readUInt8 === 'function'; }; export { isBufferBrowser as i };