xanthe

1.0.7 • Public • Published

Xanthe is a simple format validator library

Content

This library contains a set of functions to validate the following commons data entries

  • an email address
  • an IP V4 address

Xanthe means “golden” or “yellow” in Greek. Xanthe is an exotic epithet of Demeter, goddess of the harvest and agriculture.

HOW TO

Install

yarn add xanthe

Use

import { isEmail, isIPv4 } from "xanthe"

const email = "tom@perdu.com"
console.log(isEmail(email))

const ip = "192.168.X.0"
console.log(isIPv4(ip))

LICENCE

MIT

Authors

Elitizon Ltd

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i xanthe

    Weekly Downloads

    1

    Version

    1.0.7

    License

    MIT

    Unpacked Size

    12 kB

    Total Files

    25

    Last publish

    Collaborators

    • raphaelmansuy