timepiece/node_modules/lit-html/node/directives/if-defined.js

8 lines
217 B
JavaScript
Raw Normal View History

2024-05-14 14:54:12 +00:00
import{nothing as t}from"../lit-html.js";
/**
* @license
* Copyright 2018 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/const l=l=>null!=l?l:t;export{l as ifDefined};
//# sourceMappingURL=if-defined.js.map