UNPKG

@swc/helpers

Version:

External helpers for the swc project.

9 lines (6 loc) 262 B
"use strict"; exports._ = exports._assert_this_initialized = _assert_this_initialized; function _assert_this_initialized(self) { if (self === void 0) throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); return self; }