MCPcopy Create free account
hub / github.com/TruthHun/BookStack / base64ToBytes

Function base64ToBytes

static/word2md/mammoth.browser.js:11465–11467  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

11463}
11464
11465function base64ToBytes (str) {
11466 return base64.toByteArray(base64clean(str))
11467}
11468
11469function blitBuffer (src, dst, offset, length) {
11470 for (var i = 0; i < length; ++i) {

Callers 2

byteLengthFunction · 0.70
base64WriteFunction · 0.70

Calls 1

base64cleanFunction · 0.70

Tested by

no test coverage detected