Skip to content
View HikaruEgashira's full-sized avatar

Sponsoring

Block or Report

Block or report HikaruEgashira

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. twin-te/twinte-front twin-te/twinte-front Public

    Twin:te フロントエンド

    TypeScript 39 8

  2. dotfiles dotfiles Public

    minimal

    Nix

  3. C言語などによくあるprintfにTypeScriptで型をつける C言語などによくあるprintfにTypeScriptで型をつける
    1
    type Parser<T> =
    2
          T extends `%s${infer U}`? [string, ...Parser<U>]
    3
        : T extends `%d${infer U}` ? [number, ...Parser<U>]
    4
        : T extends `${string}${infer U}` ? Parser<U>
    5
        : [];
  4. daisy-theme-nord daisy-theme-nord Public

    Nord Theme for DaisyUI. WindiCSS Tailwind available!

    TypeScript 12

  5. python-workspaces python-workspaces Public

    Python

  6. rust-workspaces rust-workspaces Public

    Rust