Highlights
- Arctic Code Vault Contributor
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 50 million developers.
Sign up
Pinned
1,970 contributions in the last year
Activity overview
Contributed to
bs-community/blessing-skin-server,
bs-community/blessing-skin-plugins,
bs-community/plugins-dist
and 5 other
repositories
Contribution activity
September 2020
- g-plane/deno TypeScript
- g-plane/type-challenges TypeScript
- g-plane/type-gymnastics TypeScript
Created a pull request in denoland/deno that received 2 comments
Created an issue in type-challenges/type-challenges that received 2 comments
191 - Append Argument
type AppendArgument<Fn extends (...args: any[]) => any, A> = (arg: A, ...args: Parameters<Fn>) => ReturnType<Fn>
2
comments