tobiasthaden / tap
Tap, Tap Tap
1.0
2020-04-11 14:35 UTC
This package is auto-updated.
Last update: 2025-03-12 02:58:03 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