UNPKG

@storm-software/config-tools

Version:

⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.

7 lines (5 loc) 232 B
/** * Gets the nearest "node_modules" folder by walking up from start path. */ declare function findFolderUp(startPath: string, endFileNames?: string[], endDirectoryNames?: string[]): string | undefined; export { findFolderUp };