UNPKG

find-node-modules

Version:

Return an array of all parent node_modules directories

12 lines (8 loc) 275 B
type AssertionError<T = {}> = Error & T & { showDiff: boolean; }; interface AssertionErrorConstructor { new<T = {}>(message: string, props?: T, ssf?: Function): AssertionError<T>; } declare const AssertionError: AssertionErrorConstructor; export = AssertionError;