tobiasthaden / tap
Tap, Tap Tap
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/tobiasthaden/tap
This package is auto-updated.
Last update: 2025-10-12 04:11:43 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