UNPKG

@types/path-is-inside

Version:
22 lines (16 loc) 736 B
# 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).