mirror of
https://github.com/Funkoala14/knowledgebase_law.git
synced 2025-06-09 19:58:16 +08:00
4 lines
179 B
TypeScript
4 lines
179 B
TypeScript
|
export declare function unsafeStringify(arr: Uint8Array, offset?: number): string;
|
||
|
declare function stringify(arr: Uint8Array, offset?: number): string;
|
||
|
export default stringify;
|