UNPKG

find-node-modules

Version:

Return an array of all parent node_modules directories

3 lines (2 loc) 120 B
import { ErrnoException } from '../types'; export declare function isEnoentCodeError(error: ErrnoException): boolean;