const notEmpty = (value: T): value is NonNullable => !!value; export default notEmpty;