1.0.72 • Published 5 years ago

isbn-validation v1.0.72

Weekly downloads
22
License
ISC
Repository
github
Last release
5 years ago

ISBN-10 and ISBN-13 Validation

To install using npm -

npm install isbn-validation

To install using yarn -

yarn add isbn-validation

To use this, first import the checksum() function from 'isbn-validation', like this -

import {checksum} from 'isbn-validation'

The Function takes one input, i.e., the ISBN-10 or ISBN-13 in string format

Note: Make Sure the isbn is a string.

checksum("9789387779464") //isbn-13
checksum("0756603390") //isbn-10
1.0.72

5 years ago

1.0.71

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago