# @types/symlink-or-copy

> TypeScript definitions for symlink-or-copy

Latest version **1.2.2** (published 2023-11-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install @types/symlink-or-copy
pnpm add @types/symlink-or-copy
yarn add @types/symlink-or-copy
bun add @types/symlink-or-copy
```

## Health

**Score 45/100 (D)** — status: abandoned.

Positive: has types; no vulnerabilities; high maintenance score; popular repo; extremely popular.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.2.2 |
| Published | 2023-11-07 |
| First published | 2018-12-31 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 51432 |
| Maintainers | types |

## Links

- npm: https://www.npmjs.com/package/@types/symlink-or-copy
- Repository: https://github.com/DefinitelyTyped/DefinitelyTyped
- Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/symlink-or-copy
- npm.io page: https://npm.io/package/@types/symlink-or-copy

## Recent versions

- 1.2.2 (latest) — 2023-11-07
- 1.2.0 (ts2.0) — 2018-12-31
- 1.2.1 — 2023-10-18

## README

# 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).

---
_Source: https://npm.io/package/@types/symlink-or-copy · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
