Last active
August 20, 2023 12:22
-
-
Save tarasglek/25e33ae4118c096adfd509c6fcd96938 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
/** | |
* Echo back based on https://gist.github.com/humphd/647bbaddc3099c783b9bb1908f25b64e | |
* @param s text to echo | |
*/ | |
function echo(s:string) { | |
return s; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment