Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
17 lines
366 B
Plaintext
17 lines
366 B
Plaintext
"use strict";
|
|
|
|
var _get = require("./_get.cjs");
|
|
var _set = require("./_set.cjs");
|
|
|
|
function _update(target, property, receiver, isStrict) {
|
|
return {
|
|
get _() {
|
|
return _get._(target, property, receiver);
|
|
},
|
|
set _(value) {
|
|
_set._(target, property, value, receiver, isStrict);
|
|
}
|
|
};
|
|
}
|
|
exports._ = _update;
|