UNPKG

graphql-helix

Version:

A highly evolved GraphQL HTTP Server 🧬

8 lines (7 loc) • 237 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isHttpMethod = void 0; const isHttpMethod = (target, subject) => { return subject.toUpperCase() === target; }; exports.isHttpMethod = isHttpMethod;