import validator from "../index.js";
export type HashAlgorithm = validator.HashAlgorithm;
export default validator.isHash;
