UNPKG

@polygonjs/polygonjs

Version:

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

7 lines (6 loc) 122 B
"use strict"; export class TypeAssert { static unreachable(_) { throw new Error("Didn't expect to get here"); } }