Hierarchy

  • ConstraintHelper

Properties

namedConstraint: ((value: unknown) => ConstraintFunction)

Type declaration

taggedConstraint: ((key: string | number | symbol) => ((value: unknown) => ConstraintFunction))

Type declaration

targetDefaultConstraint: ConstraintFunction
traverseAncestors: ((request: Request, constraint: ConstraintFunction) => boolean)

Type declaration

typeConstraint: ((type: ServiceIdentifier<unknown>) => ((request: null | Request) => boolean))

Type declaration

Generated using TypeDoc