????

Your IP : 3.133.113.101


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/typeorm/browser/util/
Upload File :
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/typeorm/browser/util/PathUtils.d.ts

export declare function toPortablePath(filepath: string): string;
/**
 * Create deterministic valid database name (class, database) of fixed length from any filepath. Equivalent paths for windows/posix systems should
 * be equivalent to enable portability
 */
export declare function filepathToName(filepath: string): string;
/**
 * Cross platform isAbsolute
 */
export declare function isAbsolute(filepath: string): boolean;