UNPKG

graphql

Version:

A Query Language and Runtime which can target any service.

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