7f7e5ba5ea
Co-authored-by: Oliver King <oking3@uncc.edu>
4 lines
178 B
TypeScript
4 lines
178 B
TypeScript
export declare const LINE_FEED = "\n";
|
|
export declare const TS_TSX_REGEX: RegExp;
|
|
export declare const JS_JSX_REGEX: RegExp;
|
|
export declare const DECLARATION_TYPE_EXT = ".d.ts";
|