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) 290 B
export declare function encodeSync(str: string, mode?: number): string; export declare function encode(str: string, mode?: number): Promise<string>; export declare function decodeSync(stringToDecode: string): string; export declare function decode(stringToDecode: string): Promise<string>;