2.0.0 • Published 2 years ago

typed-email v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

typed-email

A simple typed add-on for checking and normalizing email addresses.

Installation

npm install typed-email

Usage

import * as T from "typed";
import { email } from "typed-email";

const userType = T.object({
  email, // will trim, lowercase and validate email
  password: T.string,
});
2.0.0

2 years ago

1.0.0

3 years ago