-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I haven't found the source of this issue yet.
Occasionally, valid ISBN13's will fail.
Example code:
var ISBN = require("isbnjs")
var isbn13 = ISBN.parse('9789999929257');
isbn13.asIsbn13();
Results in TypeError: Cannot read property 'asIsbn13' of null
This is a valid ISBN13, yet it fails.
See Runkit to test: https://runkit.com/colewinans/5974bdeb4f0fa8001229d426
Metadata
Metadata
Assignees
Labels
No labels