Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/yoavbls/pretty-ts-errors
/ Person
Interface
Person
examples/errors.ts:1–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
interface
Person {
2
name: string;
3
age: number;
4
address: {
5
street: string;
6
city: string;
7
country: string;
8
};
9
}
10
11
const
john: Person = {
12
name:
"John Doe"
,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected