Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keimeno/segno
segno (Segnosaurus). Validation library for Deno 🦕.
https://github.com/keimeno/segno
deno segno typescript validation validatorjs
Last synced: about 5 hours ago
JSON representation
segno (Segnosaurus). Validation library for Deno 🦕.
- Host: GitHub
- URL: https://github.com/keimeno/segno
- Owner: Keimeno
- License: mit
- Created: 2020-07-19T14:36:31.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2020-08-30T12:43:29.000Z (about 4 years ago)
- Last Synced: 2024-10-17T06:11:05.003Z (22 days ago)
- Topics: deno, segno, typescript, validation, validatorjs
- Language: TypeScript
- Homepage: https://segno.js.org
- Size: 621 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# segno - deno validation library
segno (Segnosaurus). Validation library for Deno 🦕. Enforcing a high security standard.
## Example
```ts
import { segno, isIP } from 'https://deno.land/x/segno/mod.ts';console.log(segno.isEmail('[email protected]')); // 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](https://img.shields.io/:license-MIT-blue.svg)](http://badges.mit-license.org)
- **[MIT license](https://github.com/Keimeno/segno/blob/master/LICENSE)**
- Copyright 2020 © Constantin Metz
- Copyright 2018 © Chris O'Hara