first commit

This commit is contained in:
Warunee Tamkoo 2023-09-06 14:51:44 +07:00
commit eb2f504652
32490 changed files with 5731109 additions and 0 deletions

View file

@ -0,0 +1,15 @@
declare const path: any;
declare const fs: any;
declare const isModuleResolutionError: (ex: unknown) => boolean;
declare const isInvalidImporterPath: (ex: unknown) => boolean;
declare let eslintrcBundlePath: string | undefined;
declare let configArrayFactoryPath: string | undefined;
declare let moduleResolverPath: string | undefined;
declare let eslintFolder: string | undefined;
declare const eslintPackageJson: any;
declare const eslintPackageObject: any;
declare const eslintPackageVersion: any;
declare const versionMatch: RegExpExecArray | null;
declare const eslintMajorVersion: number;
declare let ConfigArrayFactory: any;
//# sourceMappingURL=modern-module-resolution.d.ts.map