weboptimizer 2.0.1628 → 2.0.1630
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/eslint.config.d.ts +1 -1
- package/package.json +1 -1
- package/tsconfig.json +1 -1
package/eslint.config.d.ts
CHANGED
|
@@ -4,5 +4,5 @@
|
|
|
4
4
|
* @returns A promise holding a boolean which indicates directory existence.
|
|
5
5
|
*/
|
|
6
6
|
export declare const isFile: (filePath: string) => Promise<boolean>;
|
|
7
|
-
export declare const config: import("
|
|
7
|
+
export declare const config: import("eslint/config").Config[];
|
|
8
8
|
export default config;
|
package/package.json
CHANGED