Skip to content

Instantly share code, notes, and snippets.

@ng-the-engineer
Created January 17, 2021 16:54
Show Gist options
  • Select an option

  • Save ng-the-engineer/419f83fa13e07abee1316a686782ff8d to your computer and use it in GitHub Desktop.

Select an option

Save ng-the-engineer/419f83fa13e07abee1316a686782ff8d to your computer and use it in GitHub Desktop.
Code snippet: dummy ts function
export const sum = (a: number, b: number) => {
return a + b;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment