Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101837999
_update.mjs
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Feb 14, 06:02
Size
332 B
Mime Type
text/x-java
Expires
Sun, Feb 16, 06:02 (1 d, 8 h)
Engine
blob
Format
Raw Data
Handle
24240051
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
_update.mjs
View Options
import get from "./_get.mjs";
import set from "./_set.mjs";
export default function _update(target, property, receiver, isStrict) {
return {
get _() {
return get(target, property, receiver);
},
set _(value) {
set(target, property, value, receiver, isStrict);
},
};
}
Event Timeline
Log In to Comment