Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 695 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 695 Bytes

segno - deno validation library

segno (Segnosaurus). Validation library for Deno 🦕. Enforcing a high security standard.

Example

import { segno, isIP } from 'https://deno.land/x/segno/mod.ts';

console.log(segno.isEmail('foo@example.org')); // true
console.log(isIP('127.0.0.1')); // true

Documentation

A documentation is currently still WIP. But please check our website https://segno.js.org for now.

License

License