UNPKG
@bookbox/generator-js
Version:
latest (0.3.0)
0.3.0
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
Bookbox generator for js code
@bookbox/generator-js
/
build
/
esm
/
defaultApi.d.ts
6 lines
(5 loc)
•
241 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
BookApi
,
BookEnd
,
BookStart
,
UtilApi
}
from
'./api'
;
export
declare
const
bookStart
:
BookStart
;
export
declare
const
bookEnd
:
BookEnd
;
export
declare
const
bookCreator
:
UtilApi
[
'book'
];
export
declare
const
defaultBookApi
:
BookApi
;