Searched refs:appendScriptsToHtml (Results 1 – 2 of 2) sorted by relevance
6 import { appendLinkToHtml, appendScriptsToHtml } from '../../export/html';84 contents = appendScriptsToHtml(contents, scripts);
23 export function appendScriptsToHtml(html: string, scripts: string[]) { function