1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-05 15:32:55 +02:00

Fix localforage require

This commit is contained in:
Fred Chasen 2018-10-29 11:05:31 -07:00
parent e07d2b6efb
commit deda82d2a9
3 changed files with 36 additions and 22 deletions

3
types/book.d.ts vendored
View file

@ -23,7 +23,8 @@ export interface BookOptions {
encoding?: string,
replacements?: string,
canonical?: (path: string) => string,
openAs?: string
openAs?: string,
store?: string
}
export default class Book {