mirror of
https://github.com/619dev/PaperPhone.git
synced 2026-06-07 22:43:29 +08:00
3 lines
136 B
TypeScript
3 lines
136 B
TypeScript
export declare function transformArguments(name: string, index: string): Array<string>;
|
|
export declare function transformReply(): 'OK';
|