import validator from "../index.js";
export type IsISSNOptions = validator.IsISSNOptions;
export default validator.isISSN;
