dashboard
repositories
filestore
activity
search
login
刘苏义
/
ruoyi-api
forked from
ard/ruoyi-api
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
流媒体区分转码和不转码
‘liusuyi’
2023-08-12
e82cfae81d016a5171224f1358eba663d2f60c68
[~liusuyi/ruoyi-api.git]
/
ruoyi-ui
/
node_modules
/
inherits
/
inherits.js
1
2
3
4
5
6
7
8
9
try {
var util = require('util');
/* istanbul ignore next */
if (typeof util.inherits !== 'function') throw '';
module.exports = util.inherits;
} catch (e) {
/* istanbul ignore next */
module.exports = require('./inherits_browser.js');
}