Skip to content

πŸ¦• module for several kinds of utilities πŸ›  like random delays, shuffling array contents etc. Feel free to add stuff you find useful via PR. πŸ€“

Notifications You must be signed in to change notification settings

michael-spengler/utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Utilities

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

Usage Example

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

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

Execute the tests

  
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.

About

πŸ¦• module for several kinds of utilities πŸ›  like random delays, shuffling array contents etc. Feel free to add stuff you find useful via PR. πŸ€“

Resources

Stars

Watchers

Forks

Packages

No packages published