# @types/path-is-inside

> TypeScript definitions for path-is-inside

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

## Install

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

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

## Links

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

## Recent versions

- 1.0.3 (latest) — 2023-11-07
- 1.0.0 (ts2.0) — 2018-03-29
- 1.0.2 — 2023-10-18
- 1.0.1 — 2023-09-24

## README

# Installation
> `npm install --save @types/path-is-inside`

# Summary
This package contains type definitions for path-is-inside (https://github.com/domenic/path-is-inside#readme).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/path-is-inside.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/path-is-inside/index.d.ts)
````ts
declare function pathIsInside(thePath: string, potentialParent: string): boolean;
export = pathIsInside;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 09:09:39 GMT
 * Dependencies: none

# Credits
These definitions were written by [Alexander Marks](https://github.com/aomarks).

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