Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 28 million developers.
Sign up
Popular repositories
-
DefinitelyTyped
Forked from DefinitelyTyped/DefinitelyTyped
The repository for high quality TypeScript type definitions.
TypeScript
-
printf
Forked from mpaland/printf
Tiny, fast, non-dependent and fully loaded printf implementation for embedded systems. Extensive test suite passing.
C
-
ts-node
Forked from TypeStrong/ts-node
TypeScript execution and REPL for node.js
TypeScript
-
knex
Forked from tgriesser/knex
A query builder for PostgreSQL, MySQL and SQLite3, designed to be flexible, portable, and fun to use.
JavaScript
-
graphql-code-generator
Forked from dotansimha/graphql-code-generator
GraphQL code generator with flexible support for custom templates
TypeScript
-
rtl-checkbox
TypeScript
36 contributions in the last year
Contribution activity
August 2018
First repository
rtl-checkboxCreated a pull request in TypeStrong/ts-node that received 5 comments
Created an issue in DefinitelyTyped/DefinitelyTyped that received 6 comments
[@types/react] Type inference not working for callback in React component with tagged union props
TypeScript Version: 3.1.0-dev.20180813 @types/react Version: 16.4.11 Code: import * as React from "react"; type Props = | { type: "foo"; onChange(v…