diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2020-12-01 13:23:11 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2020-12-01 13:23:11 +0200 |
| commit | d6d74339f0b2385b3b63432a13be1d5241725226 (patch) | |
| tree | edc4528cea5e720c87d81cd6e2fce2083efc50c9 /types.d.ts | |
| parent | a42645944b9ccedc21dd90205fa98e4446745b0a (diff) | |
Improve structure
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; |
