UNPKG

lit-html

Version:

HTML templates literals in JavaScript

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