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/fs.ts | |
| parent | a41d70afe7692e4ef344bc3c599115009f2dad15 (diff) | |
| download | ts-types-lang-580ef150778326262d04018460f672bda53d5696.tar.gz ts-types-lang-580ef150778326262d04018460f672bda53d5696.zip | |
chore: adds prettier
Diffstat (limited to 'stdlib/fs.ts')
| -rw-r--r-- | stdlib/fs.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/fs.ts b/stdlib/fs.ts index 1374da5..f7014ff 100644 --- a/stdlib/fs.ts +++ b/stdlib/fs.ts @@ -1,6 +1,6 @@ import { Effect } from './io' -export interface WriteFile<_Path extends string, _Content extends string> extends Effect { } - -export interface ReadFile<_Path extends string> extends Effect<string> { } +export interface WriteFile<_Path extends string, _Content extends string> + extends Effect {} +export interface ReadFile<_Path extends string> extends Effect<string> {} |
