Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UsefulSoftwareCo/executor
/ jsonOf
Function
jsonOf
packages/core/api/src/admin/admin-users.test.ts:314–314 ·
view source on GitHub ↗
(response: Response)
Source
from the content-addressed store, hash-verified
312
);
313
314
const
jsonOf = <A>(response: Response) => Effect.promise(() => response.json() as Promise<A>);
315
316
type
UsersBody = {
317
readonly users: ReadonlyArray<{
Callers
1
admin-users.test.ts
File · 0.85
Calls
1
json
Method · 0.65
Tested by
no test coverage detected