diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2020-12-01 13:16:50 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2020-12-01 13:16:50 +0200 |
| commit | 3328eb99625e7df28202e57cd8c159f8b7708ac5 (patch) | |
| tree | 200b31e5a68454183e45e1316af408f7f4dfcdc0 /types.d.ts | |
| parent | 6064019df1049c929fae3daa1325ef9c8817d38c (diff) | |
Initial setup with TS
Diffstat (limited to 'types.d.ts')
| -rw-r--r-- | types.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/types.d.ts b/types.d.ts new file mode 100644 index 0000000..6739537 --- /dev/null +++ b/types.d.ts @@ -0,0 +1 @@ +export type ExerciseModuleFunc = (input: string) => void; |
