mirror of
https://github.com/github/codeql-action
synced 2026-06-01 20:01:46 +03: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;
|