mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 10:19:24 +02:00
7 lines
No EOL
189 B
JavaScript
7 lines
No EOL
189 B
JavaScript
export default function _defineAccessor(type, obj, key, fn) {
|
|
var desc = {
|
|
configurable: !0,
|
|
enumerable: !0
|
|
};
|
|
return desc[type] = fn, Object.defineProperty(obj, key, desc);
|
|
} |