# Module: faccimilate

## Table of contents

### Functions

- [default](faccimilate.md#default)

## Functions

### default

▸ **default**(`collection`, `strict?`): `any`

Creates a new empty collection of the same type passed.

#### Parameters

| Name | Type | Description |
| :------ | :------ | :------ |
| `collection` | `Collection` | [description] |
| `strict?` | `boolean` | If true, iterable and object detection will be strict (see isObject and isIterable) |

#### Returns

`any`

#### Defined in

[src/faccimilate.js:23](https://github.com/Twipped/js-utils/blob/9c196e3/src/faccimilate.js#L23)
