Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98423217
urn-uuid.d.ts
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, Jan 13, 01:41
Size
279 B
Mime Type
text/x-java
Expires
Wed, Jan 15, 01:41 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23578143
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
urn-uuid.d.ts
View Options
import { URISchemeHandler, URIOptions } from "../uri";
import { URNComponents } from "./urn";
export interface UUIDComponents extends URNComponents {
uuid?: string;
}
declare const handler: URISchemeHandler<UUIDComponents, URIOptions, URNComponents>;
export default handler;
Event Timeline
Log In to Comment