|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
507 bytes
|
| Rev | Line | |
|---|
| [9af201e] | 1 | declare const isModuleResolutionError: (ex: unknown) => boolean;
|
|---|
| 2 | declare let eslintFolder: string | undefined;
|
|---|
| 3 | export declare const eslintPackageVersion: string;
|
|---|
| 4 | declare const ESLINT_MAJOR_VERSION: number;
|
|---|
| 5 | declare let configArrayFactory: any;
|
|---|
| 6 | declare let ModuleResolver: {
|
|---|
| 7 | resolve: any;
|
|---|
| 8 | };
|
|---|
| 9 | declare let Naming: {
|
|---|
| 10 | normalizePackageName: any;
|
|---|
| 11 | };
|
|---|
| 12 | export { eslintFolder, configArrayFactory, ModuleResolver, Naming, ESLINT_MAJOR_VERSION, isModuleResolutionError };
|
|---|
| 13 | //# sourceMappingURL=_patch-base.d.ts.map |
|---|
Note:
See
TracBrowser
for help on using the repository browser.