source:
node_modules/ts-toolbelt/out/Any/If.d.ts
Last change on this file was d24f17c, checked in by , 15 months ago | |
---|---|
|
|
File size: 139 bytes |
Rev | Line | |
---|---|---|
[d24f17c] | 1 | import { Boolean } from '../Boolean/_Internal'; |
2 | export declare type If<B extends Boolean, Then, Else = never> = B extends 1 ? Then : Else; |
Note:
See TracBrowser
for help on using the repository browser.