# Functions
ScriptSrcFromHTMLFile generates the script-src required to load a requested HTML file.
ScriptSrcFromHTMLFiles generates the script-src required to load any of the HTML files matching the glob pattern.
ScriptSrcFromHTMLFiles generates the script-src required to load any of the requested HTML files.
# Structs
ScriptSrc represents a script-src from a Content Security Policy (CSP)
See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy.
# Type aliases
No description provided by the author