diff options
Diffstat (limited to 'src/util.ts')
| -rw-r--r-- | src/util.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util.ts b/src/util.ts index 13bdb35..f7bb20a 100644 --- a/src/util.ts +++ b/src/util.ts @@ -1,5 +1,5 @@ -import { Type } from "ts-morph" -import { Ctx } from "./types" +import { Type } from 'ts-morph' +import { Ctx } from './types' export const match = <K extends string, R>( k: K | undefined, |
