mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 11:57:33 +08:00
Add missing parenthesis
This commit is contained in:
@@ -5,5 +5,5 @@ imagemin(['*.png'], 'dist').then((results: imagemin.Result[]) => { /* ... */ });
|
||||
imagemin(['*.png'], { plugins: [] }).then((results: imagemin.Result[]) => { /* ... */ });
|
||||
imagemin(['*.png'], 'dist', { plugins: [] }).then((results: imagemin.Result[]) => { /* ... */ });
|
||||
|
||||
imagemin.buffer(Buffer.from[/* ... */]).then((result: Buffer) => { /* ... */ });
|
||||
imagemin.buffer(Buffer.from[/* ... */], { plugins: [] }).then((result: Buffer) => { /* ... */ });
|
||||
imagemin.buffer(Buffer.from([/* ... */])).then((result: Buffer) => { /* ... */ });
|
||||
imagemin.buffer(Buffer.from([/* ... */]), { plugins: [] }).then((result: Buffer) => { /* ... */ });
|
||||
|
||||
Reference in New Issue
Block a user