1 | # Installation
|
2 | > `npm install --save @types/path-is-inside`
|
3 |
|
4 | # Summary
|
5 | This package contains type definitions for path-is-inside (https://github.com/domenic/path-is-inside#readme).
|
6 |
|
7 | # Details
|
8 | Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/path-is-inside.
|
9 | ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/path-is-inside/index.d.ts)
|
10 | ````ts
|
11 | declare function pathIsInside(thePath: string, potentialParent: string): boolean;
|
12 | export = pathIsInside;
|
13 |
|
14 | ````
|
15 |
|
16 | ### Additional Details
|
17 | * Last updated: Tue, 07 Nov 2023 09:09:39 GMT
|
18 | * Dependencies: none
|
19 |
|
20 | # Credits
|
21 | These definitions were written by [Alexander Marks](https://github.com/aomarks).
|
22 |
|
\ | No newline at end of file |