# @types/is-windows

> TypeScript definitions for is-windows

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

## Install

```sh
npm install @types/is-windows
pnpm add @types/is-windows
yarn add @types/is-windows
bun add @types/is-windows
```

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

## Links

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

## Recent versions

- 1.0.2 (latest) — 2023-11-07
- 1.0.0 (ts2.8) — 2019-11-19
- 0.2.0 (ts2.0) — 2016-12-29
- 1.0.1 — 2023-10-18

## README

# Installation
> `npm install --save @types/is-windows`

# Summary
This package contains type definitions for is-windows (https://github.com/jonschlinkert/is-windows).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-windows.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-windows/index.d.ts)
````ts
/**
 * Returns `true` if the platform is windows.
 */
declare function isWindows(): boolean;

// Export CJS function
export = isWindows;

// Export UMD namespace
export as namespace isWindows;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 03:09:37 GMT
 * Dependencies: none

# Credits
These definitions were written by [Mizunashi Mana](https://github.com/mizunashi-mana), and [ExE Boss](https://github.com/ExE-Boss).

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