isbn-converter
v1.0.2
Published
This project handles ISBN conversion from ISBN 10 to ISBN 13 and from ISBN 13 to 10. It also validates if an input is an ISBN and can validate if it is a valid ISBN 10 or ISBN 13.
Downloads
10
Maintainers
Readme
isbn-converter
This package is for ISBN conversion and validation. ISBN 10 can be converted to ISBN 13, vice versa. return
ISBN10 and ISBN13 can be validated using the isISBN10 and isISBN13 methods respectively. The project has been tested with all quite a lot of ISBNs and can be used in project for validation and conversions.
Incase any issues are encountered, feel free to leave a report. Happy Coding!