Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101417200
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
Mon, Feb 10, 06:16
Size
200 B
Mime Type
text/x-java
Expires
Wed, Feb 12, 06:16 (2 d)
Engine
blob
Format
Raw Data
Handle
24158178
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