forked from ard/ruoyi-api

‘liusuyi’
2023-06-21 e2ea7986cf5e27e448a25c48c8c4cc771c067b0e
1
2
3
4
5
var core = require('./_core');
module.exports = function (CONSTRUCTOR) {
  var C = core[CONSTRUCTOR];
  return (C.virtual || C.prototype);
};