Type Alias ManuallyValidatedOption<T>

ManuallyValidatedOption: { __validated: T }

Wrapper type for values in TypeDocOptionMap which are represented with an unknown option type, but have a validation function that checks that they are the given type.

Type Parameters

  • T