EITS-web/node_modules/eslint-plugin-svelte/lib/utils/get-node-module.d.ts
2025-12-06 09:54:52 -05:00

5 lines
153 B
TypeScript

/**
* Get first found package path from node_modules
*/
export declare function getNodeModule(packageName: string, startPath?: string): string | null;