UNPKG

telefunc

Version:

Remote functions. Instead of API.

5 lines (4 loc) 158 B
export { toPosixPath }; export { assertPosixPath }; declare function toPosixPath(path: string): string; declare function assertPosixPath(path: string): void;