SkillAgentSearch skills...

Segno

segno (Segnosaurus). Validation library for Deno 🦕.

Install / Use

/learn @Keimeno/Segno
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars13
CategoryDevelopment
Updated2y ago
Forks0

Languages

TypeScript

Security Score

80/100

Audited on Jun 27, 2023

No findings