Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michael-spengler/utilities

🦕 module for several kinds of utilities 🛠 like random delays, shuffling array contents etc. Feel free to add stuff you find useful via PR. 🤓
https://github.com/michael-spengler/utilities

Last synced: 26 days ago
JSON representation

🦕 module for several kinds of utilities 🛠 like random delays, shuffling array contents etc. Feel free to add stuff you find useful via PR. 🤓

Awesome Lists containing this project

README

        

# Utilities

Deno Module with typically useful utilities like random delay etc.
To explore the utilities check the test.ts file.

## Usage Example
```ts

import { Utilities } from "https://deno.land/x/utilities/mod.ts";

const randomNumberBetween10And100 = Utilities.getRandomArbitrary(10, 100)
console.log(randomNumberBetween10And100)

```
## Execute the tests
```sh

deno test https://deno.land/x/utilities/test.ts

```

## Support my Open Source Contributions

If you like my work please consider downloading the brave browser via my promotion link: [https://brave.com/fan464](https://brave.com/fan464).

![![](https://brave.com/fan464/)](https://brave.com/wp-content/uploads/2019/01/logotype-full-color.svg)