(obj)
| 12025 | |
| 12026 | // For Node v0.10 support. Remove this eventually. |
| 12027 | function isSlowBuffer (obj) { |
| 12028 | return typeof obj.readFloatLE === 'function' && typeof obj.slice === 'function' && isBuffer(obj.slice(0, 0)) |
| 12029 | } |
| 12030 | |
| 12031 | },{}],83:[function(require,module,exports){ |
| 12032 | var toString = {}.toString; |
no test coverage detected