UNPKG

@dossierhq/graphql

Version:

A library for creating GraphQL servers with Dossier.

5 lines 191 B
/// <reference types="./AssertUtils.d.ts" /> export function assertExhaustive(param) { throw new Error(`Invalid exhaustiveness check: ${param}`); } //# sourceMappingURL=AssertUtils.js.map