filled-array
Array filler
Creates an array of specified length filled with a given value or function returning values
Returns an array filled with the specified input
43 stars
7 watching
5 forks
Language: JavaScript
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A utility for simple string matching with wildcard patterns | 539 |
| A utility function to insert consistent indentation into a string | 112 |
| A utility library for rounding numbers to specific decimal places | 155 |
| A library that generates a unique digital fingerprint of an object | 134 |
| Corrects string length counting by ignoring astral symbols and ANSI escape codes. | 163 |
| A tool to get namespaced config from the closest package.json | 120 |
| Transforms input streams by padding each line with a specified indent | 11 |
| Provides a polyfill for the ES2015 Object.assign() method to support older browsers and environments. | 920 |
| Gets dimensions of images in various formats without loading the entire image data | 436 |
| Removes redundant indentation from a string by finding the minimum leading whitespace across all lines. | 136 |
| Filters keys and values in an object based on specified conditions | 102 |
| A utility function for sorting arrays of strings in various natural and case-insensitive orders | 39 |
| A utility library for working with streams in JavaScript | 342 |
| Converts various input types into readable streams. | 207 |
| Wait for a specified number of promises to be fulfilled | 36 |