# Enumeration: MAPMODE

[mapMode](../modules/mapMode.md).MAPMODE

## Table of contents

### Enumeration Members

- [ARRAY](mapMode.MAPMODE.md#array)
- [ITERABLE](mapMode.MAPMODE.md#iterable)
- [ITERATOR](mapMode.MAPMODE.md#iterator)
- [MAP](mapMode.MAPMODE.md#map)
- [OBJECT](mapMode.MAPMODE.md#object)
- [SET](mapMode.MAPMODE.md#set)

## Enumeration Members

### ARRAY

• **ARRAY** = `string`

#### Defined in

[src/mapMode.js:20](https://github.com/Twipped/js-utils/blob/9c196e3/src/mapMode.js#L20)

___

### ITERABLE

• **ITERABLE** = `string`

#### Defined in

[src/mapMode.js:25](https://github.com/Twipped/js-utils/blob/9c196e3/src/mapMode.js#L25)

___

### ITERATOR

• **ITERATOR** = `string`

#### Defined in

[src/mapMode.js:24](https://github.com/Twipped/js-utils/blob/9c196e3/src/mapMode.js#L24)

___

### MAP

• **MAP** = `string`

#### Defined in

[src/mapMode.js:22](https://github.com/Twipped/js-utils/blob/9c196e3/src/mapMode.js#L22)

___

### OBJECT

• **OBJECT** = `string`

#### Defined in

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

___

### SET

• **SET** = `string`

#### Defined in

[src/mapMode.js:21](https://github.com/Twipped/js-utils/blob/9c196e3/src/mapMode.js#L21)
