nodejs / string_decoderLinks
'string_decoder' module from Node.js core
☆35Updated 6 months ago
Alternatives and similar repositories for string_decoder
Users that are interested in string_decoder are comparing it to the libraries listed below
Sorting:
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Check if a protocol requires a certain port number to be added to an URL.☆11Updated last year
- List of node.js builtin modules☆38Updated last year
- Check if the character represented by a given Unicode code point is fullwidth☆49Updated last year
- Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.☆41Updated 2 years ago
- Determine if an object is a Buffer☆90Updated 3 years ago
- Create a MD5 hash with hex encoding☆45Updated last year
- Callback wrapping utility☆56Updated last year
- Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in olde…☆21Updated 11 months ago
- Use node's fs.realpath, but fall back to the JS implementation if the native one fails☆26Updated last year
- Lo-dash's array-clice method. Slices `array` from the `start` index up to, but not including, the `end` index.☆21Updated 7 years ago
- Sink your streams.☆17Updated 2 years ago
- ES spec-compliant shim for String.prototype.padStart