UNPKG

npm-check-updates

Version:

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

6 lines (5 loc) 170 B
/** A function that renders extended help for an option. */ type ExtendedHelp = string | ((options: { markdown?: boolean; }) => string); export default ExtendedHelp;