UNPKG
expeditaet
Version:
latest (1.2.0)
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Advent of Code Solutions
github.com/MariannaBoyle/expeditaet.git
MariannaBoyle/expeditaet
expeditaet
/
solutions
/
typescript
/
2018
/
10
/
src
/
p2.ts
2 lines
(1 loc)
•
36 B
text/typescript
View Raw
1
2
export
{ p1
as
p2 }
from
'./p1.js'
;