tangled
alpha
login
or
join now
quilling.dev
/
social-app
7
fork
atom
An ATproto social media client -- with an independent Appview.
7
fork
atom
overview
issues
pulls
pipelines
social-app
/
src
/
types
/
utils.ts
at
19e4061eb5f0268e4b4e44d60f2d71209b4894fe
5 lines
100 B
view raw
wrap content
Eric Bailey
[Threads V2] Preliminary integration of unspecced V2 APIs (#8443)
9mo ago
61004b88
1
export
type
Literal
<
T
,
A
=
string
>
=
T
extends
A
2
?
string
extends
T
3
?
never
4
:
T
5
:
never