UNPKG

polygonjs-engine

Version:

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

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