diff options
Diffstat (limited to 'src/arguments/durationSeconds.ts')
-rw-r--r-- | src/arguments/durationSeconds.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arguments/durationSeconds.ts b/src/arguments/durationSeconds.ts index 98a5262..9882740 100644 --- a/src/arguments/durationSeconds.ts +++ b/src/arguments/durationSeconds.ts @@ -1,4 +1,4 @@ -import { BushArgumentTypeCaster } from '@lib'; +import { type BushArgumentTypeCaster } from '@lib'; export const durationSecondsTypeCaster: BushArgumentTypeCaster = (_, phrase): number | null => { phrase += 's'; |