import validator from "../index.js";
export type ISBNVersion = validator.ISBNVersion;
export default validator.isISBN;
