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.cjs
7 lines
(6 loc)
•
232 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
Symbol
.
toStringTag
, {
value
:
"Module"
});
const
index =
require
(
"./index-ZPyfgNVR.cjs"
);
require
(
"arktype"
);
exports
.
numberPair
= index.
numberPair
;
exports
.
stringPair
= index.
stringPair
;