Skip to content

Instantly share code, notes, and snippets.

@minajevs
Created October 15, 2018 10:26
Show Gist options
  • Save minajevs/d6132bac2fa734079d84195ced288223 to your computer and use it in GitHub Desktop.
Save minajevs/d6132bac2fa734079d84195ced288223 to your computer and use it in GitHub Desktop.
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