Logo ### @ztimson/utils Javascript/Typescript Utilities [![Version](https://img.shields.io/badge/dynamic/json.svg?label=Version&style=for-the-badge&url=https://git.zakscode.com/api/v1/repos/ztimson/utils/tags&query=$[0].name)](https://git.zakscode.com/ztimson/utils/tags) [![Pull Requests](https://img.shields.io/badge/dynamic/json.svg?label=Pull%20Requests&style=for-the-badge&url=https://git.zakscode.com/api/v1/repos/ztimson/utils&query=open_pr_counter)](https://git.zakscode.com/ztimson/utils/pulls) [![Issues](https://img.shields.io/badge/dynamic/json.svg?label=Issues&style=for-the-badge&url=https://git.zakscode.com/api/v1/repos/ztimson/utils&query=open_issues_count)](https://git.zakscode.com/ztimson/utils/issues) ---
DocumentationRelease NotesReport a BugRequest a Feature
---
## Table of Contents - [@ztimson/utils](#top) - [About](#about) - [Built With](#built-with) - [Setup](#setup) - [Production](#production) - [Development](#development) - [Documentation](https://git.zakscode.com/ztimson/utils/wiki) - [License](#license) ## About A collection of utilities to make life a little easier ### Built With [![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?style=for-the-badge&logo=typescript&logoColor=white)](https://typescriptlang.org/) ## Setup

Production

#### Prerequisites - [Node.js](https://nodejs.org/en/download) #### Instructions 1. Install persist: `npm i @ztimosn/utils`

Development

#### Prerequisites - [Node.js](https://nodejs.org/en/download) #### Instructions 1. Install the dependencies: `npm i` 2. Build library: `npm build` 3. Run unit tests: `npm test`
## Documentation [Available Here](https://git.zakscode.com/ztimson/utils/wiki) ## License Copyright © 2023 Zakary Timson | Available under MIT Licensing See the [license](_media/LICENSE) for more information.