UNPKG

rc-tween-one

Version:
13 lines (12 loc) 320 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /* eslint-disable func-names */ var Plugins = function Plugins() {}; var p = Plugins.prototype; p.push = function (plugin) { this[plugin.prototype.name] = plugin; }; exports["default"] = new Plugins(); module.exports = exports['default'];