UNPKG

eslint-plugin-export-scope

Version:

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

3 lines (2 loc) 219 B
import { type WithMetadata, type CompletionInfo } from "typescript"; export declare const jsDocCompletions: (importDir: string, completions: WithMetadata<CompletionInfo>, jsDoc: string) => WithMetadata<CompletionInfo>;