UNPKG
@alexaegis/advent-of-code-lib
Version:
latest (1.0.1)
1.0.1
1.0.0
Advent of Code Library
github.com/AlexAegis
AlexAegis/advent-of-code
@alexaegis/advent-of-code-lib
/
assert.js
7 lines
(6 loc)
•
111 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{ n, s }
from
"./index-41yGvuWH.js"
;
import
"arktype"
;
export
{ n
as
numberPair, s
as
stringPair };