UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

8 lines (6 loc) 245 B
export function devAssert(condition, message) { const booleanCondition = Boolean(condition); // istanbul ignore else (See transformation done in './resources/inlineInvariant.js') if (!booleanCondition) { throw new Error(message); } }