UNPKG

extml

Version:

Converts html tagged templates to ExtJS component object.

5 lines (4 loc) 223 B
import createDerivedState from "./createDerivedState.js"; export default function conditionalState(state, trueValue = true, falseValue = false) { return createDerivedState(() => state() ? trueValue : falseValue); }