PreprocessEffect<T>: {
    transform: ((arg) => any);
    type: "preprocess";
}

Type Parameters

  • T

Type declaration

  • transform: ((arg) => any)
      • (arg): any
      • Parameters

        • arg: T

        Returns any

  • type: "preprocess"

Generated using TypeDoc