Skip to content

Commit

Permalink
optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
bddjr committed Jan 12, 2025
1 parent 63426ff commit 231572e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export interface innerOptions {
tryInlineHtmlPublicIcon: boolean
removeInlinedPublicIconFiles: boolean
useBase128: boolean
compressFormat: "deflate-raw" | "deflate" | "gzip"
compressFormat: compressFormat
}

export function getInnerOptions(opt?: Options): innerOptions {
Expand Down

0 comments on commit 231572e

Please sign in to comment.