Files
2025-11-24 23:24:06 +08:00

2 lines
71 B
TypeScript

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