From 580ef150778326262d04018460f672bda53d5696 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 8 Jan 2023 23:07:41 +0530 Subject: chore: adds prettier --- src/types.ts | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/types.ts') diff --git a/src/types.ts b/src/types.ts index a3cf3bb..3ffd416 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1,4 +1,10 @@ -import { ExportedDeclarations, Node, SourceFile, Type, TypeChecker } from "ts-morph" +import { + ExportedDeclarations, + Node, + SourceFile, + Type, + TypeChecker, +} from 'ts-morph' export interface Ctx { sourceFile: SourceFile @@ -14,4 +20,3 @@ export interface Ctx { runCustomEffect: (name: string, args: Type[]) => Promise hasCustomEffect: (name: string) => boolean } - -- cgit v1.3.1