hasparus - Overview

Pinned Loading

  1. Build consistent, themeable React apps based on constraint-based design principles

    TypeScript 5.4k 668

  2. 🔌 TypeScript bindings for Ethereum smart contracts

    TypeScript 2.8k 382

  3. View source of deployed Ethereum contracts in VSCode

    TypeScript 1.4k 109

  4. 🔪 A CLI for sindresorhus/slash

    JavaScript 1 1

  5. 1

    interface A { type: 'A', a: 10 };

    2

    interface B { type: 'B', b: [11] };

    5

    type TypeOf<T extends { type: any }> = T extends { type: infer Type } ? Type : never;
  6. The repository for high quality TypeScript type definitions.

    TypeScript 51k 30.6k