UNPKG

162 BTypeScriptView Raw
1/** A function that always returns `true` */
2export function trueFunc(): true;
3
4/** A function that always returns `false` */
5export function falseFunc(): false;