1.0.72 • Published 3 years ago

isbn-validation v1.0.72

Weekly downloads
22
License
ISC
Repository
github
Last release
3 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

3 years ago

1.0.71

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago