taraskevizer
    Preparing search index...

    Type Alias TaraskStep<Storage>

    TaraskStep: (
        context: {
            cfg: DeepReadonly<TaraskConfig>;
            storage: Storage;
            text: string;
        },
    ) => void

    Step of a pipeline.

    Type Parameters

    • Storage extends object = object

    Type Declaration

      • (
            context: {
                cfg: DeepReadonly<TaraskConfig>;
                storage: Storage;
                text: string;
            },
        ): void
      • Parameters

        Returns void