mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Fixed linting error
This commit is contained in:
parent
9ed64f112b
commit
5239b343f6
4
types/clean-css/index.d.ts
vendored
4
types/clean-css/index.d.ts
vendored
@ -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`
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user