Skip to content

Commit 0b3e40d

Browse files
refactor: fix type
1 parent ed4c70e commit 0b3e40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/utils.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export function throttleAll<T>(limit: number, tasks: Task<T>[]): Promise<T[]>;
3030
export function cssnanoMinify(
3131
input: Input,
3232
sourceMap: RawSourceMap | undefined,
33-
minimizerOptions: CustomOptions
33+
minimizerOptions?: CustomOptions
3434
): Promise<MinimizedResult>;
3535
/**
3636
* @param {Input} input

0 commit comments

Comments
 (0)