UNPKG

@chainsafe/libp2p-noise

Version:
7 lines 256 B
import type { LengthDecoderFunction } from 'it-length-prefixed'; export declare const uint16BEEncode: { (value: number): Uint8Array; bytes: number; }; export declare const uint16BEDecode: LengthDecoderFunction; //# sourceMappingURL=encoder.d.ts.map