Skip to content

Instantly share code, notes, and snippets.

@iamssen
Last active August 29, 2020 16:22
Show Gist options
  • Save iamssen/f98aef3e36b88075e89bc750d6e1b58e to your computer and use it in GitHub Desktop.
Save iamssen/f98aef3e36b88075e89bc750d6e1b58e to your computer and use it in GitHub Desktop.
Sample Snippet
module.exports = function() {
return 'hello world?';
}
interface RemoteSource {
hello: 'world';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment