import { isEmpty } from './isEmpty.js'; export function isNotEmpty(input) { return !isEmpty(input); }