sindresorhus / is-jpg
Check if a Buffer/Uint8Array is a JPEG image
☆26Updated 2 years ago
Alternatives and similar repositories for is-jpg:
Users that are interested in is-jpg are comparing it to the libraries listed below
- Check if a Buffer/Uint8Array is a GIF image☆28Updated 2 years ago
- Check if a path is a file, directory, or symlink☆78Updated 8 months ago
- Strip the final newline character from a string/buffer☆36Updated 5 months ago
- Check if your package was installed globally☆70Updated last year
- Strip redundant indentation and indent the string☆54Updated 3 years ago
- Import a module like with `require()` but from a given path☆85Updated 2 years ago
- Create a Vinyl file from an actual file☆41Updated 2 years ago
- Truncate a semver version: 1.2.3 → 1.2.0☆17Updated 2 years ago
- Convert matching double-quotes to single-quotes: `I "love" unicorns` → `I 'love' unicorns`☆55Updated 2 years ago
- A safer `.hasOwnProperty()`☆29Updated last year
- Resolve the path of a globally installed module☆41Updated last year
- Get the directory of globally installed packages and binaries☆75Updated last year
- Check if a file path is a compressed file☆17Updated 11 months ago
- Check if your code is running as an npm or yarn script☆64Updated 3 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Create an array with values that are present in the first input array but not additional ones☆38Updated 3 years ago
- Check if the process is running as root user, for example, one started with `sudo`☆78Updated 2 years ago
- Get a random key from an object☆18Updated 9 months ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 8 months ago
- Get the first path that exists on disk of multiple paths☆58Updated 2 years ago
- Object.keys shim☆45Updated 2 years ago
- Split a string at one or more indices☆23Updated 3 years ago
- Trim newlines from the start and/or end of a string☆48Updated 2 years ago
- Import a globally installed module☆58Updated last year
- Returns the directory used by NPM for globally installed NPM packages.☆35Updated 6 years ago
- Check if a string matches the name of a Node.js builtin module☆59Updated last month
- Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`☆45Updated last year
- Check if a path is the current working directory☆19Updated 3 years ago
- Returns an array filled with the specified input☆42Updated 2 years ago
- Alphabetically sort an array of strings☆39Updated 3 years ago