UNPKG

root-link-target

Version:

Gets the shortest directory to which a file can be linked

8 lines (5 loc) 174 B
export = rootLinkTarget declare function rootLinkTarget (filePath: string): Promise<string> declare namespace rootLinkTarget { function sync (filePath: string): string }