UNPKG

read-excel-file

Version:

Read `*.xlsx` files in a browser or Node.js. Parse to JSON with a strict schema.

8 lines (6 loc) 190 B
export default function Email() {} var regexp = /^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,}$/i; export function isEmail(value) { return regexp.test(value); } //# sourceMappingURL=Email.js.map