UNPKG

@chainsafe/libp2p-noise

Version:
10 lines 295 B
import type { Uint8ArrayList } from 'uint8arraylist'; export declare const uint16BEEncode: { (value: number): Uint8Array; bytes: number; }; export declare const uint16BEDecode: { (data: Uint8Array | Uint8ArrayList): number; bytes: number; }; //# sourceMappingURL=encoder.d.ts.map