diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-01-13 20:32:20 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-01-13 20:33:01 +0530 |
| commit | 518a6a9ee31f0b03f08cb77bc613b4d708bb640b (patch) | |
| tree | 7f17ce66f337dee573192ce06a24385415048ae2 /src/util.ts | |
| parent | 42f8c401dc9519bc8b2d386ce9eda072144a46d0 (diff) | |
| download | ts-types-lang-518a6a9ee31f0b03f08cb77bc613b4d708bb640b.tar.gz ts-types-lang-518a6a9ee31f0b03f08cb77bc613b4d708bb640b.zip | |
chore: prettier
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, |
