@types/is-valid-path
Version:
TypeScript definitions for is-valid-path
23 lines (16 loc) • 715 B
Markdown
is-valid-path`
This package contains type definitions for is-valid-path (https://github.com/jonschlinkert/is-valid-path).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-valid-path.
````ts
declare function isValidPath(path?: string | null): boolean;
export = isValidPath;
````
* Last updated: Tue, 07 Nov 2023 03:09:37 GMT
* Dependencies: none
These definitions were written by [Zlatko Andonovski](https://github.com/Goldsmith42).
> `npm install --save @types/