UNPKG

graphql-yoga

Version:

<div align="center"><img src="https://raw.githubusercontent.com/graphql-hive/graphql-yoga/refs/heads/main/website/public/cover.png" width="720" /></div>

8 lines (7 loc) 248 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isResponse = isResponse; function isResponse(value) { // @ts-expect-error - we want to check if it is a Response return value?.status && value?.headers; }