Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/vercel/hyper
/ ObjectTypedKeys
Function
ObjectTypedKeys
lib/utils/object.ts:20–22 ·
view source on GitHub ↗
(obj: T)
Source
from the content-addressed store, hash-verified
18
}
19
20
export
const
ObjectTypedKeys = <T extends object>(obj: T) => {
21
return
Object.keys(obj) as (keyof T)[];
22
};
Callers
3
shouldComponentUpdate
Method · 0.90
componentDidUpdate
Method · 0.90
loadModules
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected