add export

This commit is contained in:
Joeri Exelmans 2025-05-19 19:39:37 +02:00
parent 4fcfea409a
commit 8cfbd6116f
2 changed files with 11 additions and 3 deletions

2
index.d.ts vendored
View file

@ -342,6 +342,8 @@ export function prodType(typeParam: any): any;
export function recomputeTypeVars(types: any, skip: number): any;
export function recomputeTypeVarsWithInverse(types: any, skip: number): [any, Map<string, string>];
export function setType(typeParam: any): any;
export function structType(fields: any, rootSelf: any): any;