# Module: passthru

## Table of contents

### Functional Functions

- [default](passthru.md#default)

## Functional Functions

### default

▸ **default**(`x`): `any`

Function which returns what it receives.

#### Parameters

| Name | Type | Description |
| :------ | :------ | :------ |
| `x` | `any` | Value given. |

#### Returns

`any`

#### Defined in

[src/passthru.js:9](https://github.com/Twipped/js-utils/blob/9c196e3/src/passthru.js#L9)
