UNPKG

node-warp

Version:

Web-agnostic Rapid Prototyping tools

9 lines (7 loc) 202 B
"use strict"; exports["default"] = function (innerThis, boundThis) { if (innerThis !== boundThis) { throw new TypeError("Cannot instantiate an arrow function"); } }; exports.__esModule = true;