mirror of
https://github.com/azure/login.git
synced 2026-06-07 22:47:13 +00:00
7 lines
338 B
TypeScript
7 lines
338 B
TypeScript
export declare const LINE_FEED = "\n";
|
|
export declare const DECLARATION_TYPE_EXT = ".d.ts";
|
|
export declare const JS_JSX_EXTENSIONS: string[];
|
|
export declare const TS_TSX_REGEX: RegExp;
|
|
export declare const JS_JSX_REGEX: RegExp;
|
|
export declare const TS_EXT_TO_TREAT_AS_ESM: string[];
|
|
export declare const JS_EXT_TO_TREAT_AS_ESM: string[];
|