UNPKG
calibre-db
Version:
latest (1.0.8)
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
<description>
calibre-db
/
lib
/
utils
/
index.d.ts
8 lines
(7 loc)
•
273 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/** * Created by user on 2020/1/14. */
import
{
IBook
,
IBookFile
}
from
'../types'
;
export
declare
function
strip001
(
v
:
string
):
string
;
export
declare
function
getFilePath
(
file
:
IBookFile
,
book
:
IBook
):
string
;
export
declare
function
getCoverPath
(
book
:
IBook
):
string
;