blob: 7eaebbff2afb101819f84bc85517851c56b0d05c [file]
function valid() {
return true; // in Node, this is always true
}
export default valid;