diff options
Diffstat (limited to 'types.d.ts')
| -rw-r--r-- | types.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1 +1 @@ -export type ExerciseModuleFunc = (input: string) => void; +export type ExerciseModuleFunc = (input: string) => string; |
![]() |
index : aoc-2020.git | |
| Advent of code 2020 | Git Server |
| aboutsummaryrefslogtreecommitdiffstats |
| -rw-r--r-- | types.d.ts | 2 |
@@ -1 +1 @@ -export type ExerciseModuleFunc = (input: string) => void; +export type ExerciseModuleFunc = (input: string) => string; |