UNPKG

ts-generator

Version:

The missing piece for fully typesafe Typescript apps

8 lines (7 loc) 254 B
export declare function getFilenameWithoutAnyExtensions(filePath: string): string; /** * Both paths have to be file paths, not directories! * @param from * @param to */ export declare function getRelativeModulePath(from: string, to: string): string;