# Module: default

## Table of contents

### Variables

- [default](default.md#default)

### Functions

- [isDefault](default.md#isdefault)

## Variables

### default

• `Const` **default**: `Symbol`

A Symbol which identifies a default value.

#### Defined in

[src/default.js:6](https://github.com/Twipped/js-utils/blob/9c196e3/src/default.js#L6)

## Functions

### isDefault

▸ **isDefault**(`input`): `boolean`

#### Parameters

| Name | Type |
| :------ | :------ |
| `input` | `any` |

#### Returns

`boolean`

#### Defined in

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