UNPKG

npm-check-updates

Version:

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

3 lines (2 loc) 97 B
/** A value that may be null or undefined. */ export type Maybe<T = any> = T | null | undefined;