diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-01-14 17:15:22 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-01-14 17:15:22 +0530 |
| commit | aee5d90a2397e68a753ab05e20566d0a23604931 (patch) | |
| tree | 9aaaf64102ffbdb067e1fc3374513482ddc8e28f /src/types.ts | |
| parent | cd11925707c42843df195d9b2efb3c77b5de793b (diff) | |
| download | ts-types-lang-aee5d90a2397e68a753ab05e20566d0a23604931.tar.gz ts-types-lang-aee5d90a2397e68a753ab05e20566d0a23604931.zip | |
chore: prettier
Diffstat (limited to 'src/types.ts')
| -rw-r--r-- | src/types.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types.ts b/src/types.ts index 55d2cce..7be4c98 100644 --- a/src/types.ts +++ b/src/types.ts @@ -14,7 +14,7 @@ export interface Ctx { getTypeValue: (ty: Type | undefined) => any createResult: (ty: string) => [string, Node | undefined] - removeResult: (key?: string) => void, + removeResult: (key?: string) => void getResultExpr: (key?: string) => string printResultNode: () => void |
