Classes
- Author
- AuthorFactory
- BaseFactory
- Book
- BookFactory
- Edition
- EditionFactory
- ISBN
- ISBNFactory
- Migration
- MigrationFactory
- SpineImage
- SpineImageFactory
- Term
- TermFactory
- Token
- TokenFactory
- User
- UserFactory
Methods
(inner) convISBN10toISBN13(str) → {string}
Converts ISBN-10 to ISBN-13
Parameters:
| Name | Type | Description |
|---|---|---|
str |
string |
- Source:
Returns:
- Type
- string
(inner) convISBN13toISBN10(str) → {string}
Converts ISBN-13 to ISBN-10
Parameters:
| Name | Type | Description |
|---|---|---|
str |
string |
- Source:
Returns:
- Type
- string