UNPKG

429 BTypeScriptView Raw
1// Type definitions for symlink-or-copy 1.2
2// Project: https://github.com/broccolijs/node-symlink-or-copy#readme
3// Definitions by: BendingBender <https://github.com/BendingBender>
4// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
6export function sync(srcPath: string, destPath: string): void;
7
8export const canSymlink: boolean;
9export const canSymlinkFile: boolean;
10export const canSymlinkDirectory: boolean;