mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 22:27:55 +08:00
6 lines
142 B
JavaScript
6 lines
142 B
JavaScript
var core = require('./_core');
|
|
module.exports = function (CONSTRUCTOR) {
|
|
var C = core[CONSTRUCTOR];
|
|
return (C.virtual || C.prototype);
|
|
};
|