feross / is-buffer
Determine if an object is a Buffer
☆90Updated 3 years ago
Alternatives and similar repositories for is-buffer:
Users that are interested in is-buffer are comparing it to the libraries listed below
- Callback wrapping utility☆55Updated last year
- List of node.js builtin modules☆38Updated last year
- Take a list of glob patterns and return an array of file locations, respecting `.gitignore` and allowing for ignore patterns via `packag…☆40Updated last year
- Detect the dominant newline character of a string☆55Updated last year
- Create a MD5 hash with hex encoding☆45Updated last year
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- A module which will endeavor to guess your terminal's level of color support.☆24Updated 6 years ago
- ES spec-compliant shim for String.prototype.padStart☆23Updated last month
- Find the first file matching a given pattern in the current directory or the nearest ancestor directory.☆98Updated last year
- The score badge service for https://npms.io☆35Updated 6 years ago
- Property descriptor factory☆42Updated last year
- A JavaScript parser for Google Closure Compiler and JSDoc type expressions.☆55Updated last week
- Make a shallow clone of an object, array or primitive.☆29Updated 4 years ago
- An asynchronous middleware pattern☆27Updated last year
- Iterate over promises serially☆50Updated 2 years ago
- Create an array without duplicates☆71Updated 4 years ago
- Manipulate the HTTP Vary header☆61Updated 11 months ago
- Offers convenient getters and setters for the fs.stat()'s `mode`☆50Updated 5 years ago
- Add callbacks to requests in flight to avoid async duplication☆73Updated 11 months ago
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 9 months ago
- Generate strong pseudo-random bytes☆29Updated 4 years ago
- Fallback to a default if `process.stdout.getWindowSize` doesn't exist