Skip to content

Instantly share code, notes, and snippets.

View idx3d's full-sized avatar

Denys Lieukhyn idx3d

  • Ukraine
View GitHub Profile
"use strict";
const GeneratorFunction = function*(){}.constructor;
const GeneratorFunctionPrototype = GeneratorFunction.prototype;
const slice = Array.prototype.slice;
const concat = Array.prototype.concat;
/**