UNPKG
@stacksjs/stx
Version:
latest (0.2.5)
0.2.5
0.2.4
0.2.3
0.2.0
0.1.16
0.1.15
0.1.12
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.0.10
0.0.9
0.0.7
0.0.0
A Bun plugin that allows for using Laravel Blade-like syntax.
github.com/stacksjs/stx
stacksjs/stx
@stacksjs/stx
/
dist
/
markdown.d.ts
2 lines
•
286 B
TypeScript
View Raw
1
2
export
declare
function
processMarkdownDirectives
(
template
:
string
,
context
:
Record
<
string
,
any
>,
filePath
?:
string
):
Promise
<
string
>;
export
declare
function
markdownDirectiveHandler
(
content
:
string
,
params
:
string
[],
_context
:
Record
<
string
,
any
>,
_filePath
:
string
):
Promise
<
string
>;