https://github.com/keimeno/segno
segno (Segnosaurus). Validation library for Deno 🦕.
https://github.com/keimeno/segno
deno segno typescript validation validatorjs
Last synced: about 1 year 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 (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2020-08-30T12:43:29.000Z (over 5 years ago)
- Last Synced: 2025-03-28T17:35:41.648Z (about 1 year ago)
- Topics: deno, segno, typescript, validation, validatorjs
- Language: TypeScript
- Homepage: https://segno.js.org
- Size: 621 KB
- Stars: 13
- Watchers: 0
- 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('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
[](http://badges.mit-license.org)
- **[MIT license](https://github.com/Keimeno/segno/blob/master/LICENSE)**
- Copyright 2020 © Constantin Metz
- Copyright 2018 © Chris O'Hara