UNPKG

@alexaegis/advent-of-code-lib

Version:
8 lines (7 loc) 175 B
import { type } from "arktype"; const numberPair = type(["number", "number"]); const stringPair = type(["string", "string"]); export { numberPair as n, stringPair as s };