[**minigame-std**](../README.md)

***

[minigame-std](../README.md) / decodeBase64

# Function: decodeBase64()

```ts
function decodeBase64(data): string
```

将 Base64 格式的字符串数据解码。

## Parameters

| Parameter | Type | Description |
| ------ | ------ | ------ |
| `data` | `string` | 需要解码的 Base64 字符串。 |

## Returns

`string`

解码后的字符串。

## Defined in

[src/std/base64/mod.ts:20](https://github.com/JiangJie/minigame-std/blob/8633d80114dee6c79033ec094d8233bd8263bedc/src/std/base64/mod.ts#L20)
