UNPKG

@hamstudy/flamp

Version:

JavaScript Amateur Multicast Protocol AMP-2 Version 3 Implemented from specification document http://www.w1hkj.com/files/flamp/Amp-2.V3.0.Protocol.pdf • Version 1.0.0 - W5ALT, Walt Fair, Jr. (Derived From) • Version 2.0.0 - W1HKJ, Dave Freese, w

5 lines (4 loc) 400 B
export declare function encodeSync(str: string, mode?: number): Uint8Array<ArrayBufferLike>; export declare function encode(str: string, mode?: number): Promise<Uint8Array<ArrayBufferLike>>; export declare function decodeSync(stringToDecode: string | Uint8Array): Uint8Array<ArrayBufferLike>; export declare function decode(stringToDecode: string | Uint8Array): Promise<Uint8Array<ArrayBufferLike>>;