Checks if the string is an ISBN (version 10 or 13). If given value is not a string, then it returns false.
The value being checked.
True if the string is an ISBN, false otherwise.
Generated using TypeDoc
Checks if the string is an ISBN (version 10 or 13). If given value is not a string, then it returns false.