@audentio/utils
v4.4.2
Published
Audentio front-end Javascript utilities
Downloads
32
Readme
Install: yarn add -D @audentio/utils
(vscode should auto-import most things)
import { classy } from '@audentio/utils/src/classy';
return <div className={classy('one', 4 < 5 && 'two')}>Hello world</div>;