# Installation
> `npm install --save @types/is-valid-path`

# Summary
This package contains type definitions for is-valid-path (https://github.com/jonschlinkert/is-valid-path).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-valid-path.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-valid-path/index.d.ts)
````ts
declare function isValidPath(path?: string | null): boolean;

export = isValidPath;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 03:09:37 GMT
 * Dependencies: none

# Credits
These definitions were written by [Zlatko Andonovski](https://github.com/Goldsmith42).
