source:
frontend/node_modules/tailwindcss/lib/util/tap.js
| Last change on this file was 9af201e, checked in by , 13 days ago | |
|---|---|
|
|
| File size: 266 bytes | |
| Line | |
|---|---|
| 1 | "use strict"; |
| 2 | Object.defineProperty(exports, "__esModule", { |
| 3 | value: true |
| 4 | }); |
| 5 | Object.defineProperty(exports, "tap", { |
| 6 | enumerable: true, |
| 7 | get: function() { |
| 8 | return tap; |
| 9 | } |
| 10 | }); |
| 11 | function tap(value, mutator) { |
| 12 | mutator(value); |
| 13 | return value; |
| 14 | } |
Note:
See TracBrowser
for help on using the repository browser.
