import validator from "../index.js";
export type IsIntOptions = validator.IsIntOptions;
export default validator.isInt;
