index
:
aoc-2020.git
main
Advent of code 2020
Git Server
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
types.d.ts
blob: 5b46e4247ebfc7997efedc8abe9682a4aa31f715 (
plain
)
1
export type
ExerciseModuleFunc
= (
input
:
string
) =>
Promise
<
any
>;