Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101372108
_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
Sun, Feb 9, 19:19
Size
332 B
Mime Type
text/x-java
Expires
Tue, Feb 11, 19:19 (2 d)
Engine
blob
Format
Raw Data
Handle
24146380
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