# Module: all

## Table of contents

### Functions

- [default](all.md#default)

## Functions

### default

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

Tests all passed arguments (or the contents of passed collections) for truthiness.

#### Parameters

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

#### Returns

`boolean`

Returns true if all provided values are truthy

#### Defined in

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