UNPKG

gnablib

Version:

A lean, zero dependency library to provide a useful base for your project.

3 lines (2 loc) 137 B
/*! Copyright 2023-2024 the gnablib contributors MPL-1.1 */ export declare function shift(input: Uint8Array, diff?: number): Uint8Array;