Type alias TransformEffect<T>

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

Type Parameters

  • T

Type declaration

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

Generated using TypeDoc