UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

9 lines 287 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.invariant = invariant; function invariant(condition, message) { if (!condition) { throw new Error(message ?? 'Unexpected invariant triggered.'); } } //# sourceMappingURL=invariant.js.map