Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100107655
urn.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
Tue, Jan 28, 06:01
Size
324 B
Mime Type
text/x-java
Expires
Thu, Jan 30, 06:01 (2 d)
Engine
blob
Format
Raw Data
Handle
23901793
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
urn.d.ts
View Options
import { URISchemeHandler, URIComponents, URIOptions } from "../uri";
export interface URNComponents extends URIComponents {
nid?: string;
nss?: string;
}
export interface URNOptions extends URIOptions {
nid?: string;
}
declare const handler: URISchemeHandler<URNComponents, URNOptions>;
export default handler;
Event Timeline
Log In to Comment