import validator from "../index.js";
export type IsNumericOptions = validator.IsNumericOptions;
export default validator.isNumeric;
