예제 #1
0
파일: Jade.cs 프로젝트: n9/DefinitelySalt
 public static string CompileClient(string source, JadeOptions options = null)
 {
     return(null);
 }
예제 #2
0
파일: Jade.cs 프로젝트: n9/DefinitelySalt
 public static Func <JsDictionary <string, object>, string> Compile(string source, JadeOptions options = null)
 {
     return(null);
 }