UNPKG

npm-check-updates

Version:

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

5 lines (4 loc) 86 B
/** A very generic object. */ export type Index<T = any> = { [key: string]: T; };