# @types/freeport

> TypeScript definitions for freeport

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

## Install

```sh
npm install @types/freeport
pnpm add @types/freeport
yarn add @types/freeport
bun add @types/freeport
```

## 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.0.24 |
| Published | 2023-11-07 |
| First published | 2016-05-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 51418 |
| Maintainers | types |

## Links

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

## Recent versions

- 1.0.24 (latest) — 2023-11-07
- 1.0.22 (ts3.7) — 2021-08-23
- 1.0.21 (ts2.0) — 2017-01-19
- 1.0.23 — 2023-10-18
- 1.0.20 — 2016-09-19
- 1.0.19 — 2016-07-14
- 1.0.18-alpha — 2016-07-13
- 1.0.17-alpha — 2016-07-08
- 1.0.16-alpha — 2016-07-04
- 1.0.15-alpha — 2016-07-02
- 1.0.14-alpha — 2016-07-01
- 1.0.13-alpha — 2016-07-01
- 1.0.12-alpha — 2016-05-25
- 1.0.11-alpha — 2016-05-20
- 1.0.6-alpha — 2016-05-19
- … 1 more at https://npm.io/package/@types/freeport/versions

## README

# Installation
> `npm install --save @types/freeport`

# Summary
This package contains type definitions for freeport (https://github.com/daaku/nodejs-freeport).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/freeport.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/freeport/index.d.ts)
````ts
declare function freeport(cb: (err: Error | null, port: number | null) => void): void;
declare namespace freeport {}

export = freeport;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 03:09:37 GMT
 * Dependencies: none

# Credits
These definitions were written by [Arne Schubert](https://github.com/atd-schubert).

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