MCPcopy 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
20export const ObjectTypedKeys = <T extends object>(obj: T) => {
21 return Object.keys(obj) as (keyof T)[];
22};

Callers 3

shouldComponentUpdateMethod · 0.90
componentDidUpdateMethod · 0.90
loadModulesFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected