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
- Modern version of duplexer2☆15Updated 2 years ago
- destroy a stream if possible☆56Updated 5 months ago
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist☆24Updated 7 months ago
- List of node.js builtin modules☆38Updated 10 months ago
- Check if a path is a file, directory, or symlink☆78Updated 6 months ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 6 months ago
- ECMAScript "ToPrimitive" algorithm. Provides ES5 and ES6/ES2015 versions.☆22Updated 2 months ago
- Check if a file path is a binary file☆44Updated 9 months ago
- Node.js 0.12 path.isAbsolute() ponyfill☆43Updated 4 years ago
- ES6-compliant shim for Object.is - differentiates between -0 and +0, and can compare to NaN.☆25Updated 11 months ago
- Check if the process is running with elevated privileges☆40Updated 3 years ago
- Package and un-package modules of some sort (oooh, perhaps you could package JavaScript modules on npm...)☆37Updated 7 years ago
- Offers convenient getters and setters for the fs.stat()'s `mode`☆50Updated 5 years ago
- Strip redundant indentation and indent the string☆54Updated 3 years ago
- Get the auth token set for an npm registry☆35Updated 2 weeks ago
- Manipulate the HTTP Vary header☆61Updated 9 months ago
- Simple RFC 6838 media type parser and formatter☆55Updated 9 months ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Extend the properties from any number of objects onto the first object. Pass an empty object as the first arg to create a new object.☆14Updated 6 years ago
- Combines array of streams into one Readable stream in strict order.☆28Updated last year
- Create a Vinyl file from an actual file☆41Updated 2 years ago
- Get the path of the caller module☆64Updated 3 years ago
- Start a promise chain☆58Updated 3 years ago
- Object.keys shim☆45Updated 2 years ago
- Create a javascript regular expression for matching everything except for the given string.☆31Updated 7 years ago
- Tests whether one path is inside another path☆41Updated 4 years ago
- Replaces a file extension with another one.☆46Updated last year
- Convert an absolute path to tilde path: /Users/sindresorhus/dev => ~/dev☆93Updated 2 years ago
- Find the first file matching a given pattern in the current directory or the nearest ancestor directory.☆97Updated last year