From d6d74339f0b2385b3b63432a13be1d5241725226 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 1 Dec 2020 13:23:11 +0200 Subject: Improve structure --- types.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'types.d.ts') diff --git a/types.d.ts b/types.d.ts index 6739537..bc99a44 100644 --- a/types.d.ts +++ b/types.d.ts @@ -1 +1 @@ -export type ExerciseModuleFunc = (input: string) => void; +export type ExerciseModuleFunc = (input: string) => string; -- cgit v1.3