diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-01-09 20:13:33 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-01-09 20:13:33 +0530 |
| commit | 5aad91f273f39ba1a11143585835e757a57de234 (patch) | |
| tree | 28379cc54ccb1bdd3de2a4c639d24ea5dac82dd5 /stdlib/util.ts | |
| parent | 2af211f1bd6a5c81ee7acd2ded2bfacf4dcfb2a4 (diff) | |
| download | ts-types-lang-5aad91f273f39ba1a11143585835e757a57de234.tar.gz ts-types-lang-5aad91f273f39ba1a11143585835e757a57de234.zip | |
refactor: moves stuff around
Diffstat (limited to 'stdlib/util.ts')
| -rw-r--r-- | stdlib/util.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/util.ts b/stdlib/util.ts index 832b0cb..ded9983 100644 --- a/stdlib/util.ts +++ b/stdlib/util.ts @@ -1,4 +1,4 @@ -import { Kind1 } from './io' +import { Kind1 } from './effect' export type Let<f extends (...args: any) => any> = ReturnType<f> |
