MCPcopy Index your code
hub / github.com/nodejs/node / btoa

Method btoa

typings/internalBinding/buffer.d.ts:3–3  ·  view source on GitHub ↗
(input: string)

Source from the content-addressed store, hash-verified

1export interface BufferBinding {
2 atob(input: string): string | -1 | -2 | -3;
3 btoa(input: string): string | -1;
4
5 setBufferPrototype(proto: object): void;
6

Callers 2

test-btoa-atob.jsFile · 0.80
toBase64Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected