How to use the @protobufjs/utf8.length function in @protobufjs/utf8

To help you get started, we’ve selected a few @protobufjs/utf8 examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github brave / sync / lib / serializer.js View on Github external
Serializer.prototype.stringToByteArray = function (msg/* : string */) {
  const bytes = new Uint8Array(utf8.length(msg))
  utf8.write(msg, bytes, 0)
  return bytes
}

@protobufjs/utf8

A minimal UTF8 implementation for number arrays.

BSD-3-Clause
Latest version published 7 years ago

Package Health Score

79 / 100
Full package analysis

Similar packages