import { nothing } from 'lit' export const ifTrue = (flag: T, value: T) => flag ? value : nothing