aboutsummaryrefslogtreecommitdiffstats
path: root/types.d.ts
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2020-12-01 13:58:28 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2020-12-01 13:58:28 +0200
commite64ee9e095e50dcba06c9edf9e43dc9c57f98f8e (patch)
treebc266e94654dc2547d8894df8b8cfffa1fe42c79 /types.d.ts
parentd6d74339f0b2385b3b63432a13be1d5241725226 (diff)
Solve 1.1
Diffstat (limited to 'types.d.ts')
-rw-r--r--types.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/types.d.ts b/types.d.ts
index bc99a44..e54f71c 100644
--- a/types.d.ts
+++ b/types.d.ts
@@ -1 +1 @@
-export type ExerciseModuleFunc = (input: string) => string;
+export type ExerciseModuleFunc = (input: string) => Promise<string>;