UNPKG

@popeindustries/lit-html

Version:

Seamlessly and efficiently use @popeindustries/lit-html-server rendered HTML to hydrate lit-html templates in the browser

9 lines (8 loc) 250 B
/** * @license * Copyright 2021 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ export function when(condition, trueCase, falseCase) { return condition ? trueCase() : falseCase === null || falseCase === void 0 ? void 0 : falseCase(); }