MCPcopy Create free account
hub / github.com/deepnote/deepnote / assertNever

Function assertNever

packages/cli/src/utils/typescript.ts:1–3  ·  view source on GitHub ↗
(value: never)

Source from the content-addressed store, hash-verified

1export function assertNever(value: never): never {
2 throw new Error(`Unexpected value: ${value}`)
3}

Callers 3

promptForAuthFieldsFunction · 0.90
promptForAuthFieldsFunction · 0.90
promptForAuthFieldsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected