Created
October 15, 2018 10:26
-
-
Save minajevs/d6132bac2fa734079d84195ced288223 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function foo(...args: [number, string, boolean]): void; | |
function foo(args_0: number, args_1: string, args_2: boolean): void; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment