Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F122447383
babel.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, 22:25
Size
311 B
Mime Type
text/x-java
Expires
Sat, Jul 19, 22:25 (2 d)
Engine
blob
Format
Raw Data
Handle
27449476
Attached To
rOACCT Open Access Compliance Check Tool (OACCT)
babel.d.ts
View Options
import { parse as babelParse } from "@babel/parser";
import { Overrides } from "./_babel_options";
declare type BabelParser = {
parse: typeof babelParse;
};
export declare const parser: BabelParser;
export declare function parse(source: string, options?: Overrides): import("@babel/types").File;
export {};
Event Timeline
Log In to Comment