© 2026 Hedgehog Software, LLC
const user = type({ name: "string", }) const out = user({name: "bob", age: 51})
out
{name: "bob"}