Skip to content

Passing parameters to tap function #17

@NemoStein

Description

@NemoStein

I'd like to pass parameters to my function tapFunction, like this:

    gulp.src(glob).pipe(tap(tapFunction, 'param'));

I know I can do this setting variables outside the tap scope, but that doesn't look good and doesn't scale well.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions