© 2026 Hedgehog Software, LLC
import { type } from "arktype" const Thing = type('string.url.parse').pipe(s => s.hostname) const out = Thing('test.com')