mirror of
https://github.com/github/codeql-action.git
synced 2025-12-27 01:30:10 +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;
|