# Module: none

## Table of contents

### Functions

- [default](none.md#default)

## Functions

### default

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

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

#### Parameters

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

#### Returns

`boolean`

Returns true if all of the passed values are falsey

#### Defined in

[src/none.js:10](https://github.com/Twipped/js-utils/blob/9c196e3/src/none.js#L10)
