예제 #1
0
 private void Check(Type type, string expected, TsOptions options = null)
 {
     TsGenerator.GenerateTypescriptType(type, options).Should().Be(expected);
 }