<!-- 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; [src](./vinyl-fs-vpath.src.md)

## src() function

Vinyl source that maps input files with virtual paths. Files are overridden on collision.

<b>Signature:</b>

```typescript
export declare function src(config: IConfig): Readable;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  config | [IConfig](./vinyl-fs-vpath.iconfig.md) | Source configuration. |

<b>Returns:</b>

Readable

