retiolus to Programmer [email protected] • 6 months agoWorst is UTC vs GMTi.ibb.coimagemessage-square207fedilinkarrow-up1939arrow-down153
arrow-up1886arrow-down1imageWorst is UTC vs GMTi.ibb.coretiolus to Programmer [email protected] • 6 months agomessage-square207fedilink
minus-squareRikudou_Sagelinkfedilink2•6 months agoOr just implement null as a separate type, as php does. Then you have to accept string | null (or its shorthand, ?string) if you want nulls.
Type-safe lipstick :)
Or just implement null as a separate type, as php does. Then you have to accept
string | null
(or its shorthand,?string
) if you want nulls.