UNPKG

list-installed

Version:

Checks that all dependencies in your package.json have supported versions installed

4 lines 261 B
export function platformIndependentPath(moduleName: string): string; export function platformSpecificPath(moduleName: string): string; export function looksLikeAnErrnoException(value: unknown): value is NodeJS.ErrnoException; //# sourceMappingURL=utils.d.ts.map