📄 tap.js
/home/palash/git/site/node_modules/tailwindcss/src/util/tap.js
Language: js • Lines: 4
export function tap(value, mutator) {
  mutator(value)
  return value
}