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) 211 B
export declare const checkActualCache: <T>(options: T, lastOptionsRef: T | null) => boolean; export declare const createCachedOptions: <TRaw, TCached>(compute: (raw: TRaw) => TCached) => (raw: TRaw) => TCached;