Content-Length: 61633 | pFad | https://millsp.github.io/ts-toolbelt/modules/boolean_or.html
Logical || operator (behaves like the JS one)
||
Left-hand side
Right-hand side
Boolean
import {B} from 'ts-toolbelt' type test0 = B.Or<B.True, B.False> // True type test1 = B.Or<B.True, B.True> // True type test2 = B.Or<B.Boolean, B.False> // Boolean
Fetched URL: https://millsp.github.io/ts-toolbelt/modules/boolean_or.html
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
Logical
||operator (behaves like the JS one)