We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4c70e commit 0b3e40dCopy full SHA for 0b3e40d
types/utils.d.ts
@@ -30,7 +30,7 @@ export function throttleAll<T>(limit: number, tasks: Task<T>[]): Promise<T[]>;
30
export function cssnanoMinify(
31
input: Input,
32
sourceMap: RawSourceMap | undefined,
33
- minimizerOptions: CustomOptions
+ minimizerOptions?: CustomOptions
34
): Promise<MinimizedResult>;
35
/**
36
* @param {Input} input
0 commit comments