Home > rc-js-util > _Promise > rejectFalse
Returns a Promise of rejection with the supplied error if the value is false.
value
Signature:
static readonly rejectFalse: typeof promiseRejectFalse;
See promiseRejectFalse().