UNPKG
@braindb/astro
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
BrainDB Astro integration
github.com/stereobooster/braindb
stereobooster/braindb
@braindb/astro
/
dist
/
remarkWikiLink.d.ts
10 lines
(7 loc)
•
203 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
BrainDB
}
from
'@braindb/core'
;
import
{
Plugin
}
from
'unified'
;
import
{
Root
}
from
'mdast'
;
declare
const
remarkWikiLink
:
Plugin
<[{
bdb
:
BrainDB
; }],
Root
>;
export
{ remarkWikiLink };