# Installation
> `npm install --save @types/unc-path-regex`

# Summary
This package contains type definitions for unc-path-regex (https://github.com/regexhq/unc-path-regex).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/unc-path-regex.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/unc-path-regex/index.d.ts)
````ts
export = uncPathRegex;

declare function uncPathRegex(): RegExp;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 15:11:36 GMT
 * Dependencies: none

# Credits
These definitions were written by [BendingBender](https://github.com/BendingBender).
