Package Exports
- validatees
- validatees/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (validatees) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
validatees
Validation package for ES6+, TypeScript and JavaScript(CommonJS and Module) ready.
Features
- 🚀Easy to use: Easy to install in your project.
- ✅ES6+ && TS: TypeScript and ES6+ support(JS).
- 🐭Small footprint: With less then 10kb, you won't even notice.
- 📦No dependencies: You don't depend on anything else.
Getting Started
Installation
To use this package, install using npm
, yarn
or pnpm
📥:
# npm
npm install validatees
# yarn
yarn add validatees
# pnpm
pnpm install validatees
Usage
// ES6+ JavaScript CommonsJs
const validatees = require("validatees");
// TypeScript || ES6+ JavaScript module
import validatees from "validatees";
Documentation
For more information, please visit the documentation.