更新
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
declare const base64: {
|
||||
encode(bytes: number[] | Uint8Array): string;
|
||||
decode(str: string): number[];
|
||||
};
|
||||
|
||||
export = base64;
|
||||
Reference in New Issue
Block a user