/** * Returns true if the subject is undefined * @param subject */ export default function isUndefined(subject: T | undefined): subject is undefined;