UNPKG

react-case-when

Version:

Small utility module for conditional rendering in React

3 lines 79 B
export default function match(when) { return when == null || when === true; }