I hereby claim:
- I am andreasrs on github.
- I am arsovik (https://keybase.io/arsovik) on keybase.
- I have a public key ASDvoPS_yvXxgP9wu1p4MiB85ScN5Ph4fedTns7FhlXg0Qo
To claim this, I am signing this object:
| it('has valid type-definition for dynamic data: Owners', () => { | |
| OwnersChecker.check(ownersData); | |
| }); |
| import { createCheckers } from 'ts-interface-checker'; | |
| import typesRuntime from './types-ti'; | |
| import { Owners } from './types'; | |
| const { Owners: OwnersChecker } = createCheckers(typesRuntime); | |
| export const isOwner = function(data: any): data is Owners { | |
| return OwnersChecker.validate(data) === null; | |
| } |
I hereby claim:
To claim this, I am signing this object:
| // FILE: routes.js | |
| import React from 'react'; | |
| import { Route, IndexRoute } from 'react-router'; | |
| import Split from './screens/split'; | |
| import App from './screens'; | |
| import Start from './screens/start'; | |
| // "Split" is a part of the main bundle, but it renders a component from a separately loaded bundle on demand | |
| export default () => ( |
I hereby claim:
To claim this, I am signing this object: