high
lit
Sign in
Explain your code
Code Explainers
Code explainers tagged
#const-assertion
typescript
export
const
OrderStatus
=
{
Pending
:
'
pending
'
,
Paid
:
'
paid
'
,
Shipped
:
'
shipped
'
,
A type-safe order state machine in TypeScript
state-machine
union-types
type-guards
Intermediate
8 steps