UNPKG

norminette-mcp

Version:

MCP server for 42 School norminette coding standard checker

5 lines (4 loc) 214 B
export declare const keywords: Record<string, string>; export declare const operators: Record<string, string>; export declare const brackets: Record<string, string>; export declare const sortedOperators: string[];