UNPKG

telefunc

Version:

Remote functions. Instead of API.

5 lines (4 loc) 173 B
export { pathJoin }; export { pathIsAbsolute }; declare function pathJoin(path1: string, path2: string): string; declare function pathIsAbsolute(filePath: string): boolean;