fix ts export
This commit is contained in:
parent
1b4422bb90
commit
d1ea15e4f9
|
@ -117,6 +117,8 @@ function createTsExport(
|
|||
);
|
||||
case "EvBool":
|
||||
return tag("boolean", x.value);
|
||||
case "EvCall":
|
||||
return tag("call", x.value);
|
||||
case "EvDistribution":
|
||||
return tag("distribution", new Distribution(x.value, sampEnv));
|
||||
case "EvNumber":
|
||||
|
|
Loading…
Reference in New Issue
Block a user