Skip to the content.

Home > @easyops-cn/brick-next-pipes > atobUnicode

atobUnicode() function

支持base64字符解码为中文

Logic

Signature:

export declare function atobUnicode(value: string): string;

Parameters

Parameter Type Description
value string 需要进行解码的值

Returns:

string

解码后的值