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:322–322 ·
view source on GitHub ↗
(response: Response)
Source
from the content-addressed store, hash-verified
320
);
321
322
const
jsonOf = <A>(response: Response) => Effect.promise(() => response.json() as Promise<A>);
323
324
type
UsersBody = {
325
readonly users: ReadonlyArray<{
Callers
1
admin-users.test.ts
File · 0.85
Calls
1
json
Method · 0.65
Tested by
no test coverage detected