1.0 2020-04-11 14:35 UTC

This package is auto-updated.

Last update: 2024-05-12 01:17:13 UTC


README

My all time favorite helpers function from Laravel.

Example: 🚰

return tap(product, (item) => item.buy(10));

Installation

JavaScript / Node

npm install @tobiasthaden/tap

PHP / Composer

composer require tobiasthaden/tap