UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

6 lines (5 loc) 118 B
export class TypeAssert { static unreachable(_: never): never { throw new Error("Didn't expect to get here"); } }