Package Exports
- @vsc-cnst/random-ids-generator
- @vsc-cnst/random-ids-generator/dist/lib/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 (@vsc-cnst/random-ids-generator) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Generate Random Unique Identifiers
Set of tools to generate test data Generate Random Unique Identifiers such as:
- IBANS
- [WIP] portugese citizin identification numbers
- [WIP] portuguese NIF.
Resources
NPM Install
npm i @vsc-cnst/random-ids-generatorGenerators
IBAN
Generate an IBAN use
IBAN.GenerateNew(countryCode: string, bankCode: string, branchCode?: string)Validate an IBAN use
IBAN.Validate(iban: string)NIF
WIP
CC
WIP
Disclaimer
Important Notice:
This library is designed solely for development, testing, and educational purposes. It includes functionality to generate and validate various types of identification numbers (such as citizen cards, VAT numbers, IBANs, etc.) for use in testing environments.
Legal and Ethical Use:
Purpose: This library is not intended for any real-world applications or production environments. It is meant to aid in the development and testing of software by providing mock or fictitious data.
No Real Data: The generated identification numbers are not real and should not be used for any activities outside of testing and development. The library does not contain or use real personal or sensitive information.
Misuse: Any attempt to use this library for fraudulent or illegal purposes, including but not limited to identity theft or deception, is strictly prohibited. Users are responsible for ensuring that their use of this library complies with all applicable laws and regulations.
Disclaimer of Liability: The authors and maintainers of this library are not responsible for any misuse or consequences resulting from the use of the library. Use it at your own risk and ensure compliance with legal and ethical standards.
Feedback and Issues: If you find any issues or have concerns about the use of this library, please contact the maintainers directly. Feedback to improve the library and ensure its responsible use is welcomed.
By using this library, you agree to adhere to these guidelines and take full responsibility for its application within your projects.