初始化fy
This commit is contained in:
6
uni_modules/UniDevTools/node_modules/licia/hex.d.ts
generated
vendored
Normal file
6
uni_modules/UniDevTools/node_modules/licia/hex.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
declare const hex: {
|
||||
encode(bytes: number[]): string;
|
||||
decode(str: string): number[];
|
||||
};
|
||||
|
||||
export = hex;
|
||||
Reference in New Issue
Block a user