I hereby claim:
- I am aysbg on github.
- I am aysbg (https://keybase.io/aysbg) on keybase.
- I have a public key ASDEOPBhfZafjpS1XcNSbmd1QZBM9Kobp2jpMoWXt04tngo
To claim this, I am signing this object:
| // Libraries | |
| import Sequelize from 'sequelize'; | |
| // App | |
| import Model from './Model'; | |
| class User extends Model { | |
| static get type() { | |
| return ` | |
| type User { |
I hereby claim:
To claim this, I am signing this object:
| // Store implementation: | |
| import { EventEmitter } from 'events'; | |
| const store = new EventEmitter(); | |
| let game = {}; | |
| store.GAME = () => { | |
| return game; | |
| }; |
| (function () { | |
| 'use strict'; | |
| var UserService = [ | |
| '$http', '$q', | |
| function ($http, $q) { | |
| return { | |
| getOne: getOne | |
| }; |