eslint-import-resolver-typescript
Version:
This plugin adds `TypeScript` support to `eslint-plugin-import`
7 lines (6 loc) • 466 B
TypeScript
export declare function mangleScopedPackage(moduleName: string): string;
export declare function removeQuerystring(id: string): string;
export declare const tryFile: (filename?: string[] | string, includeDir?: boolean, base?: string) => string;
export declare const sortProjectsByAffinity: (projects: string[], file: string) => string[];
export declare const toGlobPath: (pathname: string) => string;
export declare const toNativePath: (pathname: string) => string;