UNPKG

@lodestar/api

Version:

A Typescript REST client for the Ethereum Consensus API

4 lines 170 B
export function isRequestWithoutBody(definition) { return definition.method === "GET" || definition.req.schema.body === undefined; } //# sourceMappingURL=types.js.map