# Module: any

## Table of contents

### Functions

- [default](any.md#default)

## Functions

### default

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

Tests any passed argument (or the contents of passed arrays) for truthiness.

#### Parameters

| Name | Type |
| :------ | :------ |
| `...args` | `any`[] |

#### Returns

`boolean`

Returns true if any of the values are truthy.

#### Defined in

[src/any.js:11](https://github.com/Twipped/js-utils/blob/9c196e3/src/any.js#L11)
