UNPKG

tsdk

Version:

Type-safe API development and code share tool for TypeScript projects.

5 lines (4 loc) 266 B
/** Handling import path */ export declare function processImportPath(_importString: string, _filePath: string): string; /** parse import alias path and transform */ export declare function transformImportPath(filePath: string, isEntity?: boolean): Promise<string>;