UNPKG

eslint-plugin-export-scope

Version:

Don't leak LOCAL utils, states, components into the global scope

7 lines (6 loc) 227 B
export type ScopeFile = { scope: string; exceptions: string[]; }; export declare function parseScopeSource(text: string, fileName: string): ScopeFile; export declare function parseScopeFile(absPath: string): ScopeFile;