sindresorhus / park-millerLinks
Park-Miller pseudorandom number generator (PRNG)
☆55Updated 3 months ago
Alternatives and similar repositories for park-miller
Users that are interested in park-miller are comparing it to the libraries listed below
Sorting:
- Strip redundant indentation and indent the string☆55Updated 4 years ago
- Mimic a Node.js HTTP response stream☆61Updated 2 years ago
- Turn an object into a string of HTML attributes☆50Updated 2 years ago
- Get the arguments of a function, arrow function, generator function, async function☆54Updated 2 years ago
- Make a promise always fulfill with its actual fulfillment value or rejection reason☆56Updated 3 months ago
- Split a string at one or more indices☆25Updated 4 years ago
- Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`☆46Updated last year
- Regular expression for matching issue references☆49Updated last year
- Linkify GitHub issue references☆47Updated 3 months ago
- Get metadata on the default editor or a specific editor☆55Updated 3 months ago
- Get an array of valid, sorted, and cleaned semver versions from an array of strings☆41Updated 4 years ago
- Truncate a semver version: 1.2.3 → 1.2.0☆18Updated 3 years ago
- Decompress a HTTP response if needed☆75Updated 2 months ago
- Simple wildcard matching☆34Updated 3 months ago
- While a condition returns true, calls a function repeatedly, and then resolves the promise☆58Updated last year
- Create an array with values that are present in the first input array but not additional ones☆41Updated 4 years ago
- programmatic API for the shiny new npm search endpoint☆25Updated 3 years ago
- Lazy number range generator☆82Updated last year
- Run promise-returning & async functions in series, each passing its result to the next☆78Updated 3 months ago
- Get the name of a named function☆34Updated 4 years ago
- Run promise-returning & async functions repeatedly until you end it☆48Updated 4 years ago
- Get the path of the parent module☆79Updated 3 months ago
- Get the path of the caller module☆67Updated 4 years ago
- Get the directory of globally installed packages and binaries☆77Updated 2 years ago
- Check if a number is in a given range☆22Updated 4 years ago
- Convert a file path to a file URL: `unicorn.jpg` → `file:///Users/sindresorhus/unicorn.jpg`☆63Updated last year
- A list of directories you should ignore by default☆23Updated 3 years ago
- Check if a string is a scoped npm package name☆25Updated 3 years ago
- A better `Promise.race()`☆51Updated 3 years ago
- Tiny async debouncer☆37Updated last year