diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2020-12-01 13:58:28 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2020-12-01 13:58:28 +0200 |
| commit | e64ee9e095e50dcba06c9edf9e43dc9c57f98f8e (patch) | |
| tree | bc266e94654dc2547d8894df8b8cfffa1fe42c79 /types.d.ts | |
| parent | d6d74339f0b2385b3b63432a13be1d5241725226 (diff) | |
Solve 1.1
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) => string; +export type ExerciseModuleFunc = (input: string) => Promise<string>; |
