A set of frontend utilities that can be used with any javascript application. It's lightweight and intuitive.
This library is tree-shakable 🎉.
npm install @sebgroup/frontend-tools
yarn add @sebgroup/frontend-tools
Using isStrongPassword
utility as an example, this is how you import it:
import { isStrongPassword } from "@sebgroup/frontend-tools";
const isStrongPassword = require("@sebgroup/frontend-tools");
Please read our contributing guildines
For detailed documentation about these utilites please visit our wiki page