CoolFace
Apppublic

legends810/testingnew

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
unreachable.ts4 linesDownload Raw Back to utils
1export function unreachable(message: string): never {2  throw new Error(`Unreachable: ${message}`);3}4