sindresorhus / strip-bom-bufLinks
Strip UTF-8 byte order mark (BOM) from a buffer
☆21Updated 2 years ago
Alternatives and similar repositories for strip-bom-buf
Users that are interested in strip-bom-buf are comparing it to the libraries listed below
Sorting:
- Trim a consecutively repeated substring: foo--bar---baz → foo-bar-baz☆20Updated 3 years ago
- Clone and modify a RegExp instance☆24Updated 3 years ago
- Modify the filename in a path☆17Updated 3 years ago
- Check if a string is a scoped npm package name☆25Updated 3 years ago
- Prepend `https://` to humanized URLs like `sindresorhus.com` and `file://` to file paths☆25Updated 3 years ago
- Convert a time string to seconds: '0017' → 1337☆36Updated 4 years ago
- Check if a number is a redirect HTTP status code☆25Updated 4 years ago
- Truncate a semver version: 1.2.3 → 1.2.0☆18Updated 3 years ago
- Convert a Source Map object to a comment☆16Updated 4 years ago
- Lowercase the keys of an object☆41Updated 2 years ago
- Check if something is a generator function☆24Updated 3 years ago
- Transform the first chunk in a stream☆28Updated 2 years ago
- Check if a value is a Blob