sindresorhus / is-heroku
Check if your code is running on Heroku
☆18Updated last year
Alternatives and similar repositories for is-heroku:
Users that are interested in is-heroku are comparing it to the libraries listed below
- Check if something is a generator function☆22Updated 2 years ago
- Clone and modify a RegExp instance☆22Updated 2 years ago
- Slice a string with ANSI escape codes☆47Updated 8 months ago
- Check if a string has ANSI escape codes☆45Updated 6 months ago
- Ensure a path doesn't contain null bytes☆13Updated 2 years ago
- Check if a file path is a binary file☆44Updated 9 months ago
- Node's default require extensions as a separate module☆9Updated 2 years ago
- Detect whether a terminal supports color☆18Updated 3 years ago
- Get the system default UID☆11Updated last year
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `file://` to file paths☆24Updated 2 years ago
- Check if your code is running in a JXA environment☆31Updated 3 years ago
- Strip UTF-8 byte order mark (BOM) from a buffer☆19Updated last year
- Strip ANSI escape codes☆34Updated 3 years ago
- Split a string at one or more indices☆23Updated 3 years ago
- Include only certain items in an array☆16Updated 3 years ago
- Check if a URL is relative☆23Updated 2 years ago
- Check if a value is an error constructor☆13Updated 3 years ago
- List of archive file extensions☆14Updated 9 months ago
- Convert matching double-quotes to single-quotes: `I "love" unicorns` → `I 'love' unicorns`☆55Updated 2 years ago
- Wait for any promise to be fulfilled☆55Updated 2 years ago
- List of prototype properties for JavaScript types☆25Updated 9 months ago
- Check if argv has a specific flag☆94Updated 3 years ago
- Exclude certain items from an array☆20Updated 3 years ago
- Trim a consecutively repeated substring: foo--bar---baz → foo-bar-baz☆19Updated 2 years ago
- Lowercase the keys of an object☆40Updated last year
- Convert a time string to seconds: '0017' → 1337☆35Updated 3 years ago
- Get all emails in a text file or stdin☆24Updated 3 years ago
- Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}☆36Updated 2 years ago
- Strip the final newline character from a string/buffer☆36Updated 3 months ago
- Strip shebang (eg. #!/bin/sh) from a string☆11Updated 3 years ago