(no title)
adpirz | 9 months ago
E.g.
if (user.user_type === 'authenticated') {
// do something with user.name because the type system knows we have that now
}adpirz | 9 months ago
E.g.
if (user.user_type === 'authenticated') {
// do something with user.name because the type system knows we have that now
}
No comments yet.