handy online tools for AT Protocol boat.kelinci.net
atproto bluesky atcute typescript solidjs
at trunk 2 lines 110 B view raw
1export type UnwrapArray<T> = T extends (infer V)[] ? V : never; 2export type AccessorMaybe<T> = T | (() => T);