dashboard
repositories
filestore
activity
search
login
刘苏义
/
ruoyi-api
forked from
ard/ruoyi-api
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
查询未挂接权限的三一车辆Controller提交
zhangnaisong
2023-06-27
44cdbad793e3d468a376d0537b847bc72a48cb02
[~liusuyi/ruoyi-api.git]
/
ruoyi-ui
/
node_modules
/
node-libs-browser
/
mock
/
buffer.js
1
2
3
4
5
6
7
8
9
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;