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
/
index-41yGvuWH.js
8 lines
(7 loc)
•
175 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
{
type
}
from
"arktype"
;
const
numberPair =
type
([
"number"
,
"number"
]);
const
stringPair =
type
([
"string"
,
"string"
]);
export
{ numberPair
as
n, stringPair
as
s };