[@cahil/utils](../README.md) › [Globals](../globals.md) › [CloneOptions](cloneoptions.md)

# Interface: CloneOptions

Options to modify the behaviour of the clone function

## Hierarchy

* **CloneOptions**

## Index

### Properties

* [copyFunctions](cloneoptions.md#optional-copyfunctions)

## Properties

### `Optional` copyFunctions

• **copyFunctions**? : *boolean*

*Defined in [src/accessors/clone.ts:10](https://github.com/cahilfoley/utils/blob/22bd396/src/accessors/clone.ts#L10)*

Flag to specify that functions should be copied by reference rather than converted to empty objects
