# Utils

List of useful/reusable functions. Deprecated since most of these functions are straightforward and obvious

[![npm version](https://img.shields.io/npm/v/@nexys/utils.svg)](https://www.npmjs.com/package/@nexys/utils)
[![Test Package](https://github.com/Nexysweb/utils/actions/workflows/test.yml/badge.svg)](https://github.com/Nexysweb/utils/actions/workflows/test.yml)
[![Publish](https://github.com/Nexysweb/utils/actions/workflows/publish.yml/badge.svg)](https://github.com/Nexysweb/utils/actions/workflows/publish.yml)
![Code style](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)

#### Javascript

```
const Utils = require('@nexys/utils')

console.log(Utils)
```

#### Typescript

```
import * as Utils from '@nexys/utils';
console.log(Utils)
```
