Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122421743
index.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, Jul 17, 19:00
Size
336 B
Mime Type
text/x-java
Expires
Sat, Jul 19, 19:00 (2 d)
Engine
blob
Format
Raw Data
Handle
27482603
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
index.d.ts
View Options
import { NodePath, types } from '@babel/core';
declare type tag = 'title' | 'desc';
interface Options {
tag: tag | null;
}
interface State {
opts: Options;
}
declare const plugin: () => {
visitor: {
JSXElement(path: NodePath<types.JSXElement>, state: State): void;
};
};
export { Options, plugin as default };
Event Timeline
Log In to Comment