Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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. 🤓
- Host: GitHub
- URL: https://github.com/michael-spengler/utilities
- Owner: michael-spengler
- Created: 2020-07-30T21:29:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-26T19:10:20.000Z (about 4 years ago)
- Last Synced: 2024-05-09T18:59:10.527Z (6 months ago)
- Language: TypeScript
- Homepage:
- Size: 9.77 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```tsimport { 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)