{function (caveat: Caveat, options: object): boolean} SatisfyFinal
A satisfier function to evaluate if a caveat has been satisfied
caveat to evaluate
optional object to be used to make evaluation, e.g. a request object in a server
boolean
{function (prev: Caveat, curr: Caveat, options: object): boolean} SatisfyPrevious
A satisfier function for comparing two caveats to ensure increasing restrictiveness.
preceding caveat
current caveat
Generated using TypeDoc
{function (caveat: Caveat, options: object): boolean} SatisfyFinal
A satisfier function to evaluate if a caveat has been satisfied
caveat to evaluate
optional object to be used to make evaluation, e.g. a request object in a server
boolean