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-ZPyfgNVR.cjs
7 lines
(6 loc)
•
226 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
const
arktype =
require
(
"arktype"
);
const
numberPair = arktype.
type
([
"number"
,
"number"
]);
const
stringPair = arktype.
type
([
"string"
,
"string"
]);
exports
.
numberPair
= numberPair;
exports
.
stringPair
= stringPair;