@armand-veress/password-utilities
v1.1.0
Published
A small, useful JavaScript library for password utility functions.
Downloads
29
Readme
@armand-veress/string-toolkit
A small, useful JavaScript library for password utility functions.
Context
This project was developed as part of a Continuous Integration course exercise.
Installation
Install using npm:
npm install @armand-veress/password-toolkitOr using yarn:
yarn add @armand-veress/password-toolkitDevelopment
To run tests:
npm test