import validator from "../index.js";
export type IsEmptyOptions = validator.IsEmptyOptions;
export default validator.isEmpty;
