BaseTransformation

Base transformation type.

Generics

  • TInput extends any
  • TOutput extends any
  • TIssue extends BaseIssue<unknown>

Definition

  • BaseTransformation
    • kind 'transformation'
    • type string
    • reference (...args: any[]) => BaseTransformation<any, any, BaseIssue<unknown>>
    • async false
    • ~types { input: TInput, output: TOutput, issue: TIssue } | undefined
    • ~validate (dataset: SuccessDataset<TInput>, config: Config<BaseIssue<unknown>>) => OutputDataset<TOutput, BaseIssue<unknown> | TIssue>

Contributors

Thanks to all the contributors who helped make this page better!

  • GitHub profile picture of fabian-hiller

Partners

Thanks to our partners who support the project ideally and financially.

Sponsors

Thanks to our GitHub sponsors who support the project financially.

  • GitHub profile picture of Thanaen
  • GitHub profile picture of osdiab
  • GitHub profile picture of ruiaraujo012
  • GitHub profile picture of hyunbinseo
  • GitHub profile picture of F0rce
  • GitHub profile picture of fabulousgk
  • GitHub profile picture of jdgamble555
  • GitHub profile picture of caegdeveloper
  • GitHub profile picture of andrew-d-jackson
  • GitHub profile picture of dslatkin