MCPcopy
hub / github.com/prisma/prisma / keys

Function keys

helpers/blaze/keys.ts:11–13  ·  view source on GitHub ↗

* Get the keys of something. * * @param thing * @returns

(thing: T)

Source from the content-addressed store, hash-verified

9 * @returns
10 */
11function keys<T>(thing: T) {
12 return Object.keys(thing as any) as `${Exclude<A.Keys<T>, symbol>}`[]
13}
14
15export { keys }

Callers 1

tests.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected