Skip to content

Call the callback with the value then return the value.

License

Notifications You must be signed in to change notification settings

tobiasthaden/tap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tap, tap, tap

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

About

Call the callback with the value then return the value.

Resources

License

Stars

Watchers

Forks

Packages

No packages published