MCPcopy 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
322const jsonOf = <A>(response: Response) => Effect.promise(() => response.json() as Promise<A>);
323
324type UsersBody = {
325 readonly users: ReadonlyArray<{

Callers 1

Calls 1

jsonMethod · 0.65

Tested by

no test coverage detected