We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f2b871 commit 5a3f574Copy full SHA for 5a3f574
lib/buffer.js
@@ -4,6 +4,7 @@
4
const binding = process.binding('buffer');
5
const { isArrayBuffer } = process.binding('util');
6
const bindingObj = {};
7
+const internalUtil = require('internal/util');
8
9
class FastBuffer extends Uint8Array {}
10
0 commit comments