<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@easyops-cn/brick-next-pipes](./brick-next-pipes.md) &gt; [atobUnicode](./brick-next-pipes.atobunicode.md)

## atobUnicode() function

支持base64字符解码为中文

 Logic

**Signature:**

```typescript
export declare function atobUnicode(value: string): string;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  value | string | 需要进行解码的值 |

**Returns:**

string

解码后的值

