UNPKG

npm-check-updates

Version:

Find newer versions of dependencies than what your package.json allows

7 lines (6 loc) 173 B
import { Index } from './IndexType'; /** Options to the spawn node built-in. */ export interface SpawnOptions { env?: Index<string>; stderr?: (s: string) => void; }