UNPKG

edge-sync-client

Version:

Library for accessing the Edge data-sync system

6 lines (5 loc) 171 B
/** * Interprets a path as a series of folder lookups, * handling special components like `.` and `..`. */ export declare function normalizePath(path: string): string;