Skip to the content.

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

btoaUnicode() function

支持将中文进行base64编码

Logic

Signature:

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

Parameters

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

Returns:

string

编码后的值