`boolean`型ではない変数に対して、[[Truthy (JavaScript)|Truthy]]であることを示す[[Narrowing]]。 ```ts if (var) { // Truthiness narrowing } ```