Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102286472
version.js
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
Wed, Feb 19, 03:20
Size
200 B
Mime Type
text/x-java
Expires
Fri, Feb 21, 03:20 (2 d)
Engine
blob
Format
Raw Data
Handle
24324061
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
version.js
View Options
import
validate
from
'./validate.js'
;
function
version
(
uuid
)
{
if
(
!
validate
(
uuid
))
{
throw
TypeError
(
'Invalid UUID'
);
}
return
parseInt
(
uuid
.
substr
(
14
,
1
),
16
);
}
export
default
version
;
Event Timeline
Log In to Comment