Skip to content

Commit

Permalink
Add type
Browse files Browse the repository at this point in the history
  • Loading branch information
NiedziolkaMichal committed Jun 10, 2023
1 parent e9ab997 commit 96d687d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tabbedPageBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function addJS(currentPage, tmpl) {
* @returns the processed template string
*/
function addHiddenCSS(currentPage, tmpl) {
function getHiddenCSS(path) {
function getHiddenCSS(path: string) {
const content = fse.readFileSync(path, "utf8");
return minifyCSS(content, path);
}
Expand Down

0 comments on commit 96d687d

Please sign in to comment.