UNPKG

tailwindcss

Version:

A utility-first CSS framework for rapidly building custom user interfaces.

5 lines (4 loc) 72 B
export function tap(value, mutator) { mutator(value) return value }