UNPKG

eslint-plugin-tis-imports

Version:

Eslint plugin for precise control of architectural restrictions. FSD, public api, hierarchy of entities in the project.

3 lines (2 loc) 194 B
export declare const createEntityOrderMap: (hierarchy: string[]) => Map<string, number>; export declare const getEntityName: (normalizedPath: string, entitiesSet: Set<string>) => string | null;