UNPKG

@types/symlink-or-copy

Version:
25 lines (18 loc) 827 B
# Installation > `npm install --save @types/symlink-or-copy` # Summary This package contains type definitions for symlink-or-copy (https://github.com/broccolijs/node-symlink-or-copy#readme). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/symlink-or-copy. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/symlink-or-copy/index.d.ts) ````ts export function sync(srcPath: string, destPath: string): void; export const canSymlink: boolean; export const canSymlinkFile: boolean; export const canSymlinkDirectory: boolean; ```` ### Additional Details * Last updated: Tue, 07 Nov 2023 15:11:36 GMT * Dependencies: none # Credits These definitions were written by [BendingBender](https://github.com/BendingBender).