diff options
| author | Akshay Nair <phenax5@gmail.com> | 2023-01-08 23:07:41 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2023-01-08 23:07:41 +0530 |
| commit | 580ef150778326262d04018460f672bda53d5696 (patch) | |
| tree | 53b93a2e381e6c15ed4e959f766fc88afc234a0f /stdlib/sys.ts | |
| parent | a41d70afe7692e4ef344bc3c599115009f2dad15 (diff) | |
| download | ts-types-lang-580ef150778326262d04018460f672bda53d5696.tar.gz ts-types-lang-580ef150778326262d04018460f672bda53d5696.zip | |
chore: adds prettier
Diffstat (limited to '')
| -rw-r--r-- | stdlib/sys.ts | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/stdlib/sys.ts b/stdlib/sys.ts index 03541be..afa5dbd 100644 --- a/stdlib/sys.ts +++ b/stdlib/sys.ts @@ -1,8 +1,7 @@ import { Effect } from './io' -export interface GetEnv<_Name extends string> extends Effect<string> { } +export interface GetEnv<_Name extends string> extends Effect<string> {} -export interface GetArgs extends Effect<string[]> { } - -export interface JsExpr<_Expr extends string> extends Effect<any> { } +export interface GetArgs extends Effect<string[]> {} +export interface JsExpr<_Expr extends string> extends Effect<any> {} |
