Appearance
Function: convertBase64ToBuffer()
ts
function convertBase64ToBuffer(data: string): Buffer;Defined in: src/file/file.ts:95
Parameters
| Parameter | Type | Description |
|---|---|---|
data | string | Base64-encoded string to convert. |
Returns
Buffer
A Buffer with the binary data.
Deprecated
Convert a base64-encoded string to a Buffer.