UNPKG

eslint-plugin-svelte

Version:
5 lines (4 loc) 153 B
/** * Get first found package path from node_modules */ export declare function getNodeModule(packageName: string, startPath?: string): string | null;