# Module: warn

## Table of contents

### Errors Functions

- [default](warn.md#default)

## Errors Functions

### default

▸ **default**(`...args`): `void`

Sends an error message to the console, unless NODE_ENV is "production"

**`Function`**

warn

#### Parameters

| Name | Type | Description |
| :------ | :------ | :------ |
| `...args` | `any`[] | Values to log |

#### Returns

`void`

#### Defined in

[src/warn.js:12](https://github.com/Twipped/js-utils/blob/9c196e3/src/warn.js#L12)
