File tree Expand file tree Collapse file tree 5 files changed +5
-2
lines changed
Expand file tree Collapse file tree 5 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ /// <reference types="node" />
12import { IEpubIconvGlobOptions } from 'epub-iconv/lib/glob' ;
23import { ITSResolvable , ITSValueOrArray } from 'ts-type' ;
34import Bluebird from 'bluebird' ;
Original file line number Diff line number Diff line change 11/**
22 * Created by user on 2019/7/31.
33 */
4+ /// <reference types="node" />
45import { ITSResolvable , ITSValueOrArray } from 'ts-type' ;
56import { IEpubIconvOptions } from './buffer' ;
67import Bluebird from 'bluebird' ;
Original file line number Diff line number Diff line change 6060 ],
6161 "dependencies" : {
6262 "@node-novel/epub-util" : " ^1.0.9" ,
63- "@node-novel/fetch-file-or-url" : " ^1.1.17 " ,
63+ "@node-novel/fetch-file-or-url" : " ^1.1.18 " ,
6464 "@types/bluebird" : " ^3" ,
6565 "@types/bluebird-global" : " ^3" ,
6666 "@types/hash-sum" : " ^1.0.0" ,
Original file line number Diff line number Diff line change 33 */
44import { EPub } from '../index' ;
55import { EPub as libEPub } from './epub' ;
6- export declare function fixToc ( epub : EPub | libEPub ) : EPub | libEPub ;
6+ export declare function fixToc ( epub : EPub | libEPub ) : libEPub | EPub ;
Original file line number Diff line number Diff line change 1+ /// <reference types="node" />
12import path from 'path' ;
23import { IAttachMetaData } from './epub' ;
34import { IInternalProcessOptions } from './types' ;
You can’t perform that action at this time.
0 commit comments