UNPKG

@braindb/core

Version:

markdown-graph-content-layer-database

4 lines (3 loc) 229 B
import { Frontmatter } from "./index.js"; export declare const defaultGetUrl: (filePath: string, _frontmatter: Frontmatter) => string; export declare const defaultGetSlug: (filePath: string, _frontmatter: Frontmatter) => string;