UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

6 lines 149 B
export function devAssert(condition, message) { if (!condition) { throw new Error(message); } } //# sourceMappingURL=devAssert.js.map