Created
January 17, 2021 16:54
-
-
Save ng-the-engineer/419f83fa13e07abee1316a686782ff8d to your computer and use it in GitHub Desktop.
Code snippet: dummy ts function
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
| 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