mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 15:00:26 +00:00
Fixed linting error
This commit is contained in:
Vendored
+2
-2
@@ -648,7 +648,7 @@ declare namespace CleanCSS {
|
||||
/**
|
||||
* Options when returning a promise
|
||||
*/
|
||||
type OptionsPromise = OptionsBase & {
|
||||
type OptionsPromise = OptionsBase & {
|
||||
/**
|
||||
* If you prefer clean-css to return a Promise object then you need to explicitly ask for it; defaults to `false`
|
||||
*/
|
||||
@@ -658,7 +658,7 @@ declare namespace CleanCSS {
|
||||
/**
|
||||
* Options when returning an output
|
||||
*/
|
||||
type OptionsOutput = OptionsBase & {
|
||||
type OptionsOutput = OptionsBase & {
|
||||
/**
|
||||
* If you prefer clean-css to return a Promise object then you need to explicitly ask for it; defaults to `false`
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user