tailwindlabs/tailwindcss
packages/
tailwindcss/
src/
types.ts
export type Writable<T> = T extends Readonly<infer U> ? U : T