UNPKG

react-native-cloud-store

Version:
7 lines (6 loc) 240 B
export declare class PathUtils { static subPath(from: string, to: string): string; static join(...segments: string[]): string; static iCloudRemoveDotExt(path: string): string; static ext(path: string): string | undefined; }