Y
Hacker News
new
|
ask
|
show
|
jobs
by
theogravity
208 days ago
The second example confuses me. The Person type has isCool: boolean, not an explicit true. How does using satisfies here pass coolPeopleOnly?
1 comments
auxiliarymoose
208 days ago
You can sorta think of `satisfies Foo` as "the type is exactly the literal value, but also make sure the value could be used in the place of a Foo"
link