From 518a6a9ee31f0b03f08cb77bc613b4d708bb640b Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 13 Jan 2023 20:32:20 +0530 Subject: chore: prettier --- src/types.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/types.ts') diff --git a/src/types.ts b/src/types.ts index d9e874e..c0258db 100644 --- a/src/types.ts +++ b/src/types.ts @@ -17,13 +17,13 @@ export interface Ctx { getResultExpr: (key?: string) => string printResultNode: () => void - currentEnv: string, - setEnv: (e: string) => void, + currentEnv: string + setEnv: (e: string) => void - createRef: (ty: string) => string, - getRef: (key: string) => any, - setRef: (key: string, ty: string) => void, - deleteRef: (key: string) => void, + createRef: (ty: string) => string + getRef: (key: string) => any + setRef: (key: string, ty: string) => void + deleteRef: (key: string) => void addCustomEffect: (name: string, expr: string) => void runCustomEffect: (name: string, args: Type[]) => Promise -- cgit v1.3.1