---
name: Function Proposal
about: Suggest a new function idea for the

---

## Function Name

**Signature(s):**
`If possible leave the signature type here too`

**Type:** `What is the data type this function works with`

**Leave a description of the purpose of your function here**

### Why

**Why are you suggesting this new function?**

### Syntax

**Parameters:**
`a` - `type`: <description>

```js
// What does your function syntax look like
```

### Usage

```js
// Give some usage examples of your function
```

### Additional Info (Optional)

**Leave any extra info & Comments here if needed**
