Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96504734
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
Fri, Dec 27, 09:10
Size
279 B
Mime Type
text/x-java
Expires
Sun, Dec 29, 09:10 (2 d)
Engine
blob
Format
Raw Data
Handle
23194186
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