yyuap-ref
Version:
cloud os fe ref project which is based on tinper
14 lines (10 loc) • 363 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
var Ref = function Ref(options) {
_classCallCheck(this, Ref);
};
exports.default = Ref;
module.exports = exports["default"];