UNPKG

@types/boolbase

Version:
6 lines (4 loc) 162 B
/** A function that always returns `true` */ export function trueFunc(): true; /** A function that always returns `false` */ export function falseFunc(): false;