UNPKG
litvis-integration-mume
Version:
alpha (0.8.0-alpha.0)
latest (0.10.0)
0.10.0
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.8.6
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.8.0-alpha.0
0.7.0
0.7.0-alpha.1
0.7.0-alpha.0
0.6.0
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
0.3.0
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
Enables litvis functionality in mume and markdown-preview-enhanced
litvis-integration-mume
/
dist
/
renderPostEnhancers
/
postEnhanceWithLitvis.d.ts
4 lines
(3 loc)
•
228 B
TypeScript
View Raw
1
2
3
4
import
{
LitvisNarrative
}
from
"litvis"
;
import
{
VFile
}
from
"vfile"
;
export
declare
const
postEnhanceWithLitvis
:
(
processedNarrative
:
LitvisNarrative
,
html
:
string
,
updateLintingReport
: (vFiles: VFile[]) =>
void
) =>
string
;