Skip to content

Instantly share code, notes, and snippets.

@gaperton
Created July 29, 2015 09:35
Show Gist options
  • Save gaperton/5b9740689403fb921898 to your computer and use it in GitHub Desktop.
Save gaperton/5b9740689403fb921898 to your computer and use it in GitHub Desktop.
ES6 Models
@attributes({
typeless : void 0,
num : 5,
s : "dsdsds",
count : Number.has.toJSON( false )
})
class MyModel {
doSomething(){
//...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment