@stacksjs/stx
Version:
A Bun plugin that allows for using Laravel Blade-like syntax.
4 lines • 469 B
TypeScript
export declare function processConditionals(template: string, context: Record<string, any>, filePath: string): string;
export declare function processAuthDirectives(template: string, context: Record<string, any>): string;
export declare function processIssetEmptyDirectives(template: string, context: Record<string, any>, filePath?: string): string;
export declare function processEnvDirective(template: string, context: Record<string, any>, filePath?: string): string;