2024-11-03 17:16:20 +01:00

2 lines
71 B
TypeScript

export declare const isByteArray: (input: any) => input is Uint8Array;