Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
strip-bom
Strip UTF-8 byte order mark (BOM) from a string
strip-bom-string
Strip a byte order mark (BOM) from a string.
strip-bom-stream
Strip UTF-8 byte order mark (BOM) from a stream
strip-bom-buf
Strip UTF-8 byte order mark (BOM) from a Uint8Array
stripbom
Strip UTF-8 byte order mark (BOM) from a string. Works in all node versions
strip-bom-cli
Strip UTF-8 byte order mark (BOM)
has-bom-string
Returns true if string has a byte order mark (BOM)
@stdlib/array-uint8
Uint8Array.
bytes
Utility to parse a string bytes to bytes and vice-versa
array-buffer-byte-length
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
typed-array-byte-offset
Robustly get the byte offset of a Typed Array
typed-array-byte-length
Robustly get the byte length of a Typed Array
data-view-byte-offset
Get the byteOffset out of a DataView, robustly.
data-view-byte-length
Get the byteLength out of a DataView, robustly.
pretty-bytes
Convert bytes to a human readable string: 1337 → 1.34 kB
@3rd/strip-bom
Strip UTF-8 byte order mark (BOM) from a string
@stdlib/array-uint8c
Uint8ClampedArray.
@stdlib/array-int8
Int8Array.
gulp-bom
Add a UTF-8 BOM to files
@stdlib/assert-is-uint8array
Test if a value is a Uint8Array.