UNPKG

691 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3const cdk_1 = require("../cdk");
4/** Appends the given element HTML fragment to the `<head>` element of the specified HTML file. */
5function appendHtmlElementToHead(host, htmlFilePath, elementHtml) {
6 return cdk_1.appendHtmlElementToHead(host, htmlFilePath, elementHtml);
7}
8exports.appendHtmlElementToHead = appendHtmlElementToHead;
9/** Parses the given HTML file and returns the head element if available. */
10function getHtmlHeadTagElement(htmlContent) {
11 return cdk_1.getHtmlHeadTagElement(htmlContent);
12}
13exports.getHtmlHeadTagElement = getHtmlHeadTagElement;
14//# sourceMappingURL=html-head-element.js.map
\No newline at end of file