2 lines
71 B
TypeScript
2 lines
71 B
TypeScript
|
|
export declare const isByteArray: (input: any) => input is Uint8Array;
|