UNPKG
@bookbox/markup
Version:
latest (0.5.0)
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
Markup language for bookbox format
@bookbox/markup
/
dist
/
tools
/
fs.d.ts
4 lines
(3 loc)
•
188 B
TypeScript
View Raw
1
2
3
4
import
{
Body
}
from
'../generated'
;
export
declare
function
readMarkup
(
path
:
string
):
Promise
<
Body
>;
export
declare
function
resolveImports
(
ast
:
Body
,
parentPath
:
string
):
Promise
<
Body
>;