UNPKG

@babel/helpers

Version:

Collection of helper functions used by Babel transforms.

16 lines (13 loc) 392 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = _setPrototypeOf; function _setPrototypeOf(o, p) { exports.default = _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); } //# sourceMappingURL=setPrototypeOf.js.map