# My Library

[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)

This is my new and amazing library.

## Exports

### __replaceHashtag__

| Property    | Description                |
|-------------|----------------------------|
| Type        | Function                   |
| Parameters  | `a`: number, `b`: string   |
| Description | This function takes the number passed in `a` and returns a string passed in `b` with the number replacing the character __#__ inside the string. |

#### Example

```javascript
function_example(5, 'There are # apples!');

// Returns: There are 5 apples.
```

### Constants

| Name       | Description                                     |
|------------|-------------------------------------------------|
| CONSTANT_A | Contains an important value.                    |
| CONSTANT_B | Contains another important value.               |
| CONSTANT_C | Contains the most important value of the three. |
