UNPKG
@maggioli-rd/dita-streamer
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Readium 2 'streamer' for NodeJS (TypeScript)
github.com/d-i-t-a/dita-streamer-js
@maggioli-rd/dita-streamer
/
dist
/
es8-es2017
/
src
/
http
/
server-opds-convert-v1-to-v2.d.ts
5 lines
(4 loc)
•
258 B
TypeScript
View Raw
1
2
3
4
5
import
*
as
express
from
"express"
;
import
{
Server
}
from
"./server"
;
export
declare
const
serverOPDS_convert_v1_to_v2_PATH =
"/opds-v1-v2-convert"
;
export
declare
function
serverOPDS_convert_v1_to_v2
(
_server
:
Server
,
topRouter
: express.
Application
):
void
;