UNPKG

@stacksjs/stx

Version:

A Bun plugin that allows for using Laravel Blade-like syntax.

2 lines 286 B
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>;