Task Init
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
export declare function transformArguments(): Array<string>;
|
||||
interface TimeReply extends Date {
|
||||
microseconds: number;
|
||||
}
|
||||
export declare function transformReply(reply: [string, string]): TimeReply;
|
||||
export {};
|
||||
Reference in New Issue
Block a user