UNPKG

polygonjs-engine

Version:

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

4 lines (3 loc) 266 B
// https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AsyncFunction export const AsyncFunction = Object.getPrototypeOf(async function () {}).constructor; // be careful as this currently does not export well with esbuild. To investigate