Top
New
🔦
Adding negated and number intrinsic types to TypeScript
by
kaleidawave
on 11/13/2024, 9:38 PM
with
2
comments
by
esperent
on 11/13/2024, 10:30 PM
> param: string & Not<"">
Is this even a type anymore? It's checking against a specific value.
> param: string & Not<"">
Is this even a type anymore? It's checking against a specific value.