<p align="center"><i>Bundle Size - 288 bytes gzipped</i></p>

## Usage

```ts
import { numpad } from 'tn-numpad'

numpad(-5.7556, 3, '0') // -005.7556
numpad(5.7556, 3, '0', 2) // 005.76
numpad(5, 3, '0', 2) // 005.00
numpad(-25.7799, 4, 'x', 2) // -xx25.78
```
