Skip to content

Instantly share code, notes, and snippets.

@ohmpzz
Last active April 29, 2018 08:24
Show Gist options
  • Save ohmpzz/38348c4b0c5bb87242317919ea5ccc99 to your computer and use it in GitHub Desktop.
Save ohmpzz/38348c4b0c5bb87242317919ea5ccc99 to your computer and use it in GitHub Desktop.

Revisions

  1. ohmpzz revised this gist Apr 29, 2018. No changes.
  2. ohmpzz revised this gist Apr 29, 2018. No changes.
  3. ohmpzz revised this gist Apr 29, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion test.ts
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,3 @@
    const sayHi = (name) => {
    const sayHi = (name: string) => {
    console.log(`My name is ${name}`)
    }
  4. ohmpzz renamed this gist Apr 29, 2018. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  5. ohmpzz created this gist Apr 29, 2018.
    3 changes: 3 additions & 0 deletions test
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    const sayHi = (name) => {
    console.log(`My name is ${name}`)
    }