ValidatedExtractable<T extends Validatable> constructor

const ValidatedExtractable<T extends Validatable>(
  1. FromRequestParts<T> inner
)

Validates whatever inner produces.

Implementation

const ValidatedExtractable(this.inner);