Files

3 lines
102 B
C#
Raw Permalink Normal View History

2024-11-18 23:48:42 +03:00
namespace TexmLib;
public record TexmParseResult(TexmFile? TexmFile = null, string? Error = null);