Skip to content

Instantly share code, notes, and snippets.

@appleton
Created June 9, 2014 10:47
Show Gist options
  • Save appleton/d787a838048c185c9bc7 to your computer and use it in GitHub Desktop.
Save appleton/d787a838048c185c9bc7 to your computer and use it in GitHub Desktop.

Revisions

  1. appleton created this gist Jun 9, 2014.
    3 changes: 3 additions & 0 deletions fn.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    export default function() {
    return 'hai';
    }
    4 changes: 4 additions & 0 deletions some.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    {
    "any": "old",
    "json": "content"
    }