mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-04-18 13:25:29 +08:00
5 lines
178 B
TypeScript
5 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";
|