draft: refactor project so it sits on top of a standalone app
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
function Buffer() {
|
||||
throw new Error("Buffer is not included.");
|
||||
}
|
||||
Buffer.isBuffer = function() {
|
||||
return false;
|
||||
};
|
||||
|
||||
exports.INSPECT_MAX_BYTES = 50;
|
||||
exports.SlowBuffer = Buffer;
|
||||
exports.Buffer = Buffer;
|
||||
Reference in New Issue
Block a user