1 | "use strict";
|
2 | Object.defineProperty(exports, "__esModule", { value: true });
|
3 | const cdk_1 = require("../cdk");
|
4 |
|
5 | function appendHtmlElementToHead(host, htmlFilePath, elementHtml) {
|
6 | return cdk_1.appendHtmlElementToHead(host, htmlFilePath, elementHtml);
|
7 | }
|
8 | exports.appendHtmlElementToHead = appendHtmlElementToHead;
|
9 |
|
10 | function getHtmlHeadTagElement(htmlContent) {
|
11 | return cdk_1.getHtmlHeadTagElement(htmlContent);
|
12 | }
|
13 | exports.getHtmlHeadTagElement = getHtmlHeadTagElement;
|
14 |
|
\ | No newline at end of file |