🌳
pt0/sharedF/throwErrorF/throwDebugCtxAI.mts
1import { throPtErr, type DebugH } from './sharedErrF.mts'
3export const throwDebugCtx = (debugCtx: DebugH): never => throPtErr('unreachable', debugCtx)