diff options
| author | Yoshiya Hinosawa <stibium121@gmail.com> | 2019-01-27 13:19:56 +0900 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-01-26 23:19:56 -0500 |
| commit | 75dab82adbf64cb021b0133771a782c285991a4b (patch) | |
| tree | 899f0d4b643f80c055e6154d7056bb22c2a749db /fs/path/interface.ts | |
| parent | 490c2eb5069c513f19429cdfa902796eb2819c2a (diff) | |
Port prettier (denoland/deno_std#156)
Original: https://github.com/denoland/deno_std/commit/b792fe8c7234287ce133e15d63cae5295256fd19
Diffstat (limited to 'fs/path/interface.ts')
| -rw-r--r-- | fs/path/interface.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/path/interface.ts b/fs/path/interface.ts index a140a4ca5..b31c89ea7 100644 --- a/fs/path/interface.ts +++ b/fs/path/interface.ts @@ -24,4 +24,4 @@ export interface ParsedPath { name: string; } -export type FormatInputPathObject = Partial<ParsedPath> +export type FormatInputPathObject = Partial<ParsedPath>; |
