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: e54f71c308cd1d3ec417608c7346926e264b1100 (
plain
)
1
export type
ExerciseModuleFunc
= (
input
:
string
) =>
Promise
<
string
>;