barrelsby
Version:
Automatic TypeScript barrels for your entire code base
7 lines (6 loc) • 297 B
TypeScript
/** Convert path separator from windows to unix */
export declare function convertPathSeparator(path: string): string;
export declare const isTypeScriptFile: RegExp;
export declare const nonAlphaNumeric: RegExp;
export declare const thisDirectory: RegExp;
export declare const indentation = " ";