mirror of
https://github.com/619dev/PaperPhone.git
synced 2026-05-20 17:36:38 +08:00
5 lines
228 B
TypeScript
5 lines
228 B
TypeScript
export declare const FIRST_KEY_INDEX = 1;
|
|
export declare const IS_READ_ONLY = true;
|
|
export declare function transformArguments(key: string, query: string): Array<string>;
|
|
export declare function transformReply(): Array<string>;
|