UNPKG

react-case-when

Version:

Small utility module for conditional rendering in React

8 lines (7 loc) 168 B
"use strict"; exports.__esModule = true; exports.default = match; function match(when) { return when == null || when === true; } module.exports = exports["default"];