UNPKG

@sleekify/sleekify

Version:

A TypeScript decorator driven approach for developing web applications.

10 lines (9 loc) 353 B
export declare class PathUtil { static filenameToDirectory(filename: string): string; static getCallerFilename(): string; static getCommonBasePath(path1: string, path2: string): string; static getModulePaths(globPath: string, options?: { isTypeScript: boolean; hasTypesScriptOutDir: boolean; }): Promise<string[]>; }