function findScriptPlaceholder findScriptPlaceholder(html: string): string | undefined Returns the explicit {{qunitxScript}} placeholder when it exists in the template. findScriptPlaceholder('<body>{{qunitxScript}}</body>'); // '{{qunitxScript}}' findScriptPlaceholder('<body></body>'); // undefined Parameters html: string Return Type string | undefined