dashboard
repositories
filestore
activity
search
login
刘苏义
/
ruoyi-api
forked from
ard/ruoyi-api
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
清淤锁重新封装
aijinhui
2023-11-24
c2e9f82dfe87e9bd967d8445bd4b5b632f3f0d1a
[~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;