UNPKG

can-link

Version:

Returns true if a link can be created

8 lines (5 loc) 197 B
export = canLink declare function canLink (existingPath: string, newPath: string): Promise<boolean> declare namespace canLink { function sync (existingPath: string, newPath: string): boolean }