UNPKG

lifion-verify-deps

Version:

Verifies that installed NPM modules are the latest currently available version.

7 lines (6 loc) 202 B
/// <reference types="node" /> export function execp(cmd?: string): import('child_process').PromiseWithChild<{ stdout: string; stderr: string; }>; export function requireModule(path?: string): any;