?
Current File : /home/sanghavirealty/public_html/node_modulesazwer/tailwindcss/src/util/tap.js
export function tap(value, mutator) {
  mutator(value)
  return value
}