4 lines
95 B
TypeScript
4 lines
95 B
TypeScript
declare function bytesToStr(bytes: number[], encoding?: string): string;
|
|
|
|
export = bytesToStr;
|