List of useful/reusable functions. Deprecated since most of these functions are straightforward and obvious
npm install @nexys/utilsList of useful/reusable functions. Deprecated since most of these functions are straightforward and obvious



!Code style
#### Javascript
``
const Utils = require('@nexys/utils')
console.log(Utils)
`
#### Typescript
```
import * as Utils from '@nexys/utils';
console.log(Utils)