UNPKG

@a24z/markdown-search

Version:

High-performance full-text search for markdown documents

7 lines 281 B
"use strict"; /** * Interface for providing markdown files to the search engine * Users implement this for their specific environment (Node.js, VSCode, Deno, etc.) */ Object.defineProperty(exports, "__esModule", { value: true }); //# sourceMappingURL=MarkdownFileProvider.js.map