diff options
Diffstat (limited to '')
| -rw-r--r-- | src/types.ts | 9 |
1 files changed, 7 insertions, 2 deletions
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<string[]> hasCustomEffect: (name: string) => boolean } - |
