import { Bool } from '../util/Bool'; import { And } from './And'; import { Not } from './Not'; import { Determinate } from './Determinate'; /** * Checks whether a string bool has `'0'`, yet not `'1'`. */ export type DefinitelyNo = And, Determinate>;