UNPKG

lit-html

Version:

HTML templates literals in JavaScript

12 lines (10 loc) 260 B
/** * @license * Copyright 2021 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ function when(condition, trueCase, falseCase) { return condition ? trueCase(condition) : falseCase?.(condition); } export { when }; //# sourceMappingURL=when.js.map