Home > rc-js-util > _Promise > rejectNull
Returns a Promise of rejection with the supplied error if the value is null or undefined.
null
undefined
Signature:
static readonly rejectNull: typeof promiseRejectNull;
See promiseRejectNull().