<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@userfrosting/vinyl-fs-vpath](./vinyl-fs-vpath.md) &gt; [IPathMapper](./vinyl-fs-vpath.ipathmapper.md)

## IPathMapper interface


<b>Signature:</b>

```typescript
export interface IPathMapper 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [match](./vinyl-fs-vpath.ipathmapper.match.md) | string | Path prefix to match (relative to cwd). |
|  [replace](./vinyl-fs-vpath.ipathmapper.replace.md) | string | Value to replace matched portion of path with. |

