UNPKG

240 BTypeScriptView Raw
1/**
2 * @name u8aEmpty
3 * @summary Tests for a `Uint8Array` for emptyness
4 * @description
5 * Checks to see if the input `Uint8Array` has zero length or contains all 0 values.
6 */
7export declare function u8aEmpty(value: Uint8Array): boolean;