jonschlinkert / repeat-string
Repeat the given string n times. Fastest implementation for repeating a string (2x faster than the native method)
☆50Updated 3 years ago
Alternatives and similar repositories for repeat-string:
Users that are interested in repeat-string are comparing it to the libraries listed below
- Detect the dominant newline character of a string☆55Updated last year
- Strip redundant indentation and indent the string☆54Updated 3 years ago
- Check if a path is a file, directory, or symlink☆77Updated 5 months ago
- List of node.js builtin modules☆38Updated 9 months ago
- ECMAScript "ToPrimitive" algorithm. Provides ES5 and ES6/ES2015 versions.☆23Updated last month
- Check if a file path is a binary file☆44Updated 8 months ago
- Check if the process is running with elevated privileges☆40Updated 3 years ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 5 months ago
- destroy a stream if possible☆56Updated 4 months ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- ES6-compliant shim for Object.is - differentiates between -0 and +0, and can compare to NaN.☆25Updated 10 months ago
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated 6 months ago
- Check if the process is running as root user, for example, one started with `sudo`☆78Updated 2 years ago
- Find the first file matching a given pattern in the current directory or the nearest ancestor directory.☆97Updated last year
- ☆45Updated 2 years ago
- Check if a path is the current working directory☆19Updated 3 years ago
- Node.js 0.12 path.isAbsolute() ponyfill☆43Updated 3 years ago
- Repeat a string - fast☆34Updated 3 years ago
- Get the auth token set for an npm registry☆35Updated last month
- Get the set npm registry URL☆53Updated 2 years ago
- Easily calculate the relative path from file A to file B in Node.js project. Will calculate correctly from a file to a directory, file to…☆34Updated last year
- A ponyfill for Buffer.from☆23Updated 3 years ago
- Create a javascript regular expression for matching everything except for the given string.☆31Updated 6 years ago
- Get the first path that exists on disk of multiple paths☆58Updated last year
- Returns an array with only the unique values from all given arrays using strict equality for comparisons.☆46Updated 3 years ago
- A list of directories you should ignore by default☆23Updated 2 years ago
- Get the path of the caller module☆64Updated 3 years ago
- Simple RFC 6838 media type parser and formatter☆54Updated 8 months ago
- Define a non-enumerable property on an object.☆21Updated last year
- contains checks that npm runs during the installation☆24Updated last month