import validator from "../index.js";
export type IsCurrencyOptions = validator.IsCurrencyOptions;
export default validator.isCurrency;
