🥳
Absoluting
Off we go into the wild pale yonder.
Pinned Loading
-
3fuyang.github.io
3fuyang.github.io PublicBlog based on Astro + React + TypeScript + UnoCSS.
Astro 6
-
-
-
tailwind-default-palette
tailwind-default-palette PublicA tool to inspect the default palette in Tailwind CSS.
TypeScript 2
-
Type Challenges
Type Challenges 1/* CheatSheet: A common pattern and its three states */
2// Left, Right, Exist
3type L<T extends any[]> = T extends [infer L, ... infer R] ? L : T
4type R<T extends any[]> = T extends [infer L, ... infer R] ? R : T
5type E<T extends any[]> = T extends [infer L, ... infer R] ? true : false
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.