Pinned Loading
-
system-ui/theme-ui
system-ui/theme-ui PublicBuild consistent, themeable React apps based on constraint-based design principles
-
dethcrypto/TypeChain
dethcrypto/TypeChain Public🔌 TypeScript bindings for Ethereum smart contracts
-
dethcrypto/dethcode
dethcrypto/dethcode PublicView source of deployed Ethereum contracts in VSCode
-
lightweight sum type matching in typ...
lightweight sum type matching in typescript 1interface A { type: 'A', a: 10 };
2interface B { type: 'B', b: [11] };
3type AB = A | B;
45type TypeOf<T extends { type: any }> = T extends { type: infer Type } ? Type : never;
-
DefinitelyTyped/DefinitelyTyped
DefinitelyTyped/DefinitelyTyped PublicThe repository for high quality TypeScript type definitions.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.