mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-11 20:04:55 +02:00
7 lines
164 B
JavaScript
7 lines
164 B
JavaScript
export default function _defineAccessor(e, r, n, t) {
|
|
var c = {
|
|
configurable: !0,
|
|
enumerable: !0
|
|
};
|
|
return c[e] = t, Object.defineProperty(r, n, c);
|
|
} |