@protobufjs/base64
A minimal base64 implementation for number arrays.
Last updated 9 years ago by dcode .
BSD-3-Clause · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @protobufjs/base64 
SYNC missed versions from official npm registry.

@protobufjs/base64

npm

A minimal base64 implementation for number arrays.

API

  • base64.length(string: string): number
    Calculates the byte length of a base64 encoded string.

  • base64.encode(buffer: Uint8Array, start: number, end: number): string
    Encodes a buffer to a base64 encoded string.

  • base64.decode(string: string, buffer: Uint8Array, offset: number): number
    Decodes a base64 encoded string to a buffer.

License: BSD 3-Clause License

Current Tags

  • 1.1.2                                ...           latest (9 years ago)

9 Versions

  • 1.1.2                                ...           9 years ago
  • 1.1.1                                ...           9 years ago
  • 1.1.0                                ...           9 years ago
  • 1.0.5                                ...           9 years ago
  • 1.0.4                                ...           9 years ago
  • 1.0.3                                ...           9 years ago
  • 1.0.2                                ...           9 years ago
  • 1.0.1                                ...           9 years ago
  • 1.0.0                                ...           9 years ago
Maintainers (2)
Downloads
Today 0
This Week 5
This Month 22
Last Day 1
Last Week 17
Last Month 4
Dependencies (0)
None
Dev Dependencies (2)

Copyright 2013 - present © cnpmjs.org | Home |