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 /stdlib/exception.ts | |
| parent | 42f8c401dc9519bc8b2d386ce9eda072144a46d0 (diff) | |
| download | ts-types-lang-518a6a9ee31f0b03f08cb77bc613b4d708bb640b.tar.gz ts-types-lang-518a6a9ee31f0b03f08cb77bc613b4d708bb640b.zip | |
chore: prettier
Diffstat (limited to 'stdlib/exception.ts')
| -rw-r--r-- | stdlib/exception.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/exception.ts b/stdlib/exception.ts index 731b3b0..ddb980c 100644 --- a/stdlib/exception.ts +++ b/stdlib/exception.ts @@ -1,4 +1,4 @@ -import { Effect, Kind1 } from "./effect"; +import { Effect, Kind1 } from './effect' export interface Try<_E extends Effect, _Catch extends Kind1> extends Effect {} |
