Variables
Const mustBeAsyncIterableOrUndefined
mustBeAsyncIterableOrUndefined: Object = mayBeUndefined(mustBeAsyncIterable)
Const mustBeAsyncQueryableOrUndefined
mustBeAsyncQueryableOrUndefined: Object = mayBeUndefined(mustBeAsyncQueryable)
Const mustBeComparerOrUndefined
mustBeComparerOrUndefined: Object = mayBeUndefined(mustBeComparer)
Const mustBeEqualerOrUndefined
mustBeEqualerOrUndefined: Object = mayBeUndefined(mustBeEqualer)
Const mustBeFunctionOrUndefined
mustBeFunctionOrUndefined: mayBeUndefined = mayBeUndefined(mustBeFunction)
Const mustBeObjectOrNull
mustBeObjectOrNull: mayBeNull = mayBeNull(mustBeObject)
Const mustBePossiblyAsyncQueryableOrUndefined
mustBePossiblyAsyncQueryableOrUndefined: Object = mayBeUndefined(mustBePossiblyAsyncQueryable)
Const mustBeQueryableOrUndefined
mustBeQueryableOrUndefined: Object = mayBeUndefined(mustBeQueryable)