Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96387978
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
Thu, Dec 26, 07:21
Size
324 B
Mime Type
text/x-java
Expires
Sat, Dec 28, 07:21 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23177714
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