Type alias PreprocessEffect<T>

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

Type Parameters

  • T

Type declaration

  • transform: ((arg, ctx) => any)
  • type: "preprocess"

Generated using TypeDoc