UNPKG

@braindb/astro

Version:
10 lines (7 loc) 203 B
import { BrainDB } from '@braindb/core'; import { Plugin } from 'unified'; import { Root } from 'mdast'; declare const remarkWikiLink: Plugin<[{ bdb: BrainDB; }], Root>; export { remarkWikiLink };